diff --git a/bootstrap.sh b/bootstrap.sh index 643634f..a72ccfd 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 } ###############################################################################