aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 45ff7cb..09530a7 100755
--- a/install.sh
+++ b/install.sh
@@ -38,7 +38,7 @@ if [ ${UID} -ne 0 ]; then
fi
if command_exists pacman; then
- ${SUDO} pacman -Sy --noconfirm \
+ ${SUDO} pacman -Sy --noconfirm --needed \
bspwm \
sxhkd \
xorg \