Skip to content

Commit

Permalink
Merge pull request redox-os#890 from derekdreery/arch_build_improvement
Browse files Browse the repository at this point in the history
Don't install fuse if it's there already
  • Loading branch information
jackpot51 committed Mar 25, 2017
2 parents 556c7ef + 003e4ff commit 24f080b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ archLinux()
fi

echo "Installing fuse..."
sudo pacman -S fuse
sudo pacman -S --needed fuse
}

###############################################################################
Expand Down

0 comments on commit 24f080b

Please sign in to comment.