Update octoprint-server-install.sh

This commit is contained in:
Steve Zabka
2021-09-17 21:01:54 +02:00
committed by GitHub
parent 944bb4bc69
commit ab17cd3d8e

View File

@@ -35,7 +35,7 @@ fi
function install-requirement-check {
sudo apt-get update &&
apt-get --allow-releaseinfo-change 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" &&