From e19671b01d8107429082369e9ca1840a31dc7a1f Mon Sep 17 00:00:00 2001 From: paukstelis Date: Mon, 28 Mar 2022 22:32:22 -0400 Subject: [PATCH] remove update for Fedora - slows things down --- octoprint_deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 683b8b2..bc9703c 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -536,7 +536,6 @@ prepare () { fi #Fedora35 if [ $INSTALL -eq 5 ]; then - dnf update dnf -y install python3-devel cmake libjpeg-turbo-devel fi