diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ do # i3 blocks and dependecies $root_key pacman -S --noconfirm i3blocks i3lock rofi \ conky acpi scrot sakura feh ranger bubblewrap \ - ttf-hack xenocara-xbacklight + ttf-hack xenocara-xbacklight xdg-user-dirs elif [[ $(command -v apt-get) ]]; then $root_key apt update -y # i3 base |