Skip to content

Commit

Permalink
Fix apt-get on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sbs20 committed Nov 11, 2023
1 parent 3da7e8d commit ec0aed2
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 @@ -70,7 +70,7 @@ EOF
# Newer releases are packaged as deb packages which can be installed with apt
if echo $filename | grep -q '.deb$'; then
echo "Found .deb ($filename)"
apt-get install "./$filename"
apt-get install -y "./$filename"
fi
}

Expand Down

0 comments on commit ec0aed2

Please sign in to comment.