diff options
Diffstat (limited to 'arch-nodejs/bootstrap.sh')
| -rwxr-xr-x | arch-nodejs/bootstrap.sh | 2 |
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 $? } |
