diff --git a/bootstrap.sh b/bootstrap.sh index 643634f3..a72ccfd0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -163,7 +163,7 @@ archLinux() fi echo "Installing fuse..." - sudo pacman -S fuse + sudo pacman -S --needed fuse } ###############################################################################