aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 994dde8..ef056bf 100755
--- a/setup.sh
+++ b/setup.sh
@@ -279,7 +279,7 @@ configure_rtorrent()
check_requirements()
{
local requirements="git make wget i3";
- local optional_deps="notify-send dunst pulseaudio scrot sudo redshift numlockx identify convert xclip";
+ local optional_deps="notify-send dunst pulseaudio scrot sudo redshift numlockx identify convert xclip ctags";
local requirements_not_met=0;
for cmd in ${optional_deps};