confirm pacakges for 21.04

This commit is contained in:
paukstelis
2022-02-08 17:52:29 -05:00
parent 9c3558822d
commit 132905aeff

View File

@@ -501,7 +501,7 @@ prepare () {
echo "Creating OctoBuntu installation equivalent."
echo "This will install necessary packages, download and install OctoPrint and setup a base instance on this machine."
#install packages
apt update > /dev/null
apt-get update > /dev/null
if [ $INSTALL -eq 2 ]; then
apt-get -y install make virtualenv python-is-python3 cmake libjpeg8-dev gcc g++ python3-dev build-essentials python3-setuptools libyaml-dev python3-pip python3-venv
fi