Update octoprint-server-install.sh

This commit is contained in:
Steve Zabka
2021-09-16 19:38:49 +02:00
committed by GitHub
parent 05fab32e3d
commit 502ab44cc4

View File

@@ -35,6 +35,7 @@ fi
function install-requirement-check {
sudo apt-get update &&
apt-get --allow-releaseinfo-change update &&
sudo apt-get install python3-pip python3-dev python3-setuptools python3-venv git libyaml-dev build-essential &&
mkdir -p "/$HOME/OctoPrint" &&
cd "/$HOME/OctoPrint" &&