Merge pull request #890 from derekdreery/arch_build_improvement

Don't install fuse if it's there already
This commit is contained in:
Jeremy Soller 2017-03-25 07:41:40 -06:00 committed by GitHub
commit 24f080b4fc

View file

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