Skip to content

Commit

Permalink
add autopoint as dependencie for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dogHere authored Jan 14, 2018
1 parent f87fc65 commit 91cf4fe
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 @@ -185,7 +185,7 @@ ubuntu()
echo "Updating system..."
sudo "$2" update
echo "Installing required packages..."
sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config cmake
sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config cmake autopoint
if [ "$1" == "qemu" ]; then
if [ -z "$(which qemu-system-x86_64)" ]; then
echo "Installing QEMU..."
Expand Down

0 comments on commit 91cf4fe

Please sign in to comment.