From 132905aeff847dd2a47a3a0d85ae7202e21d6785 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Tue, 8 Feb 2022 17:52:29 -0500 Subject: [PATCH] confirm pacakges for 21.04 --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 5dd9af1..a487e84 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -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