From 003e4ff9058f62a67e61b3f2cda261b3bb9fb960 Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Fri, 24 Mar 2017 13:53:37 +0000 Subject: [PATCH] Don't install fuse if it's there already --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ###############################################################################