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 524ddc4..9686966 100755
--- a/install.sh
+++ b/install.sh
@@ -37,7 +37,7 @@ if [ ${UID} -ne 0 ]; then
fi
if command_exists pacman; then
- pacman -Sy --noconfirm \
+ ${SUDO} pacman -Sy --noconfirm \
bspwm \
xorg \
rofi \