Don't install fuse if it's there already

This commit is contained in:
Richard Dodd 2017-03-24 13:53:37 +00:00
parent c01c1082f4
commit 003e4ff905

View file

@ -163,7 +163,7 @@ archLinux()
fi fi
echo "Installing fuse..." echo "Installing fuse..."
sudo pacman -S fuse sudo pacman -S --needed fuse
} }
############################################################################### ###############################################################################