From fff81a4a5dff8bc8ee96d4d07b5ee67f39b6aa3c Mon Sep 17 00:00:00 2001 From: jneilliii Date: Sun, 29 Aug 2021 03:11:53 -0400 Subject: [PATCH] --allow-releaseinfo-change possible fix for recent install errors, #2206, #2207 --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 167c3fc17..64eaa1e3e 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -682,7 +682,7 @@ IFS='/' read -ra version <<< "$releaseURL" echo "Installing OctoDash "${version[7]}, $arch"" echo "Installing Dependencies ..." -sudo apt -qq update +sudo apt -qq update --allow-releaseinfo-change sudo apt -qq install $dependencies -y if [ -d "/home/pi/OctoPrint/venv" ]; then