From b13711503e6f9e7e3f1e1e339f3201eba9b5cfa3 Mon Sep 17 00:00:00 2001 From: Collin Diekvoss Date: Mon, 18 Apr 2022 19:31:12 -0500 Subject: [PATCH] #16 fix wrong option index --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 3076c4e..5df5284 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -543,7 +543,7 @@ prepare () { dnf -y install python3-devel cmake libjpeg-turbo-devel fi #Raspberry Pi OS Buster - if [ $INSTALL -eq 5 ]; then + if [ $INSTALL -eq 6 ]; then apt-get update > /dev/null apt-get -y install make v4l-utils virtualenv python-is-python3 cmake libjpeg62-turbo-dev gcc g++ python3-dev build-essential python3-setuptools libyaml-dev python3-pip python3-venv fi