diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -20,9 +20,8 @@ do $root_key pacman -S --noconfirm i3-wm i3status dmenu sysstat # i3 blocks and dependecies $root_key pacman -S --noconfirm i3blocks i3lock rofi \ - conky acpi scrot sakura \ - thunar tumbler feh ranger \ - ttf-hack ttf-bitstream-vera xenocara-xbacklight + conky acpi scrot sakura feh ranger \ + ttf-hack xenocara-xbacklight elif [[ $(command -v apt-get) ]]; then $root_key apt update -y # i3 base |