aboutsummaryrefslogtreecommitdiff
path: root/arch-nodejs/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch-nodejs/bootstrap.sh')
-rwxr-xr-xarch-nodejs/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-nodejs/bootstrap.sh b/arch-nodejs/bootstrap.sh
index 7531d8a..d6bcd92 100755
--- a/arch-nodejs/bootstrap.sh
+++ b/arch-nodejs/bootstrap.sh
@@ -31,7 +31,7 @@ clean_common() {
}
do_install() {
- pacman -S --noconfirm $PACKAGES
+ pacman -Sy --noconfirm $PACKAGES
return $?
}