This commit is contained in:
Jeremy Soller 2017-07-26 20:33:45 -06:00
commit ef442fdf24

View file

@ -281,8 +281,10 @@ gentoo()
echo "Installing git..." echo "Installing git..."
sudo emerge dev-vcs/git sudo emerge dev-vcs/git
fi fi
echo "Installing fuse..." if [ -z "$(which fusermount)" ]; then
sudo emerge sys-fs/fuse echo "Installing fuse..."
sudo emerge sys-fs/fuse
fi
if [ "$2" == "qemu" ]; then if [ "$2" == "qemu" ]; then
if [ -z "$(which qemu-system-x86_64)" ]; then if [ -z "$(which qemu-system-x86_64)" ]; then
echo "Please install QEMU and re-run this script" echo "Please install QEMU and re-run this script"