Skip to content

Commit

Permalink
--allow-releaseinfo-change
Browse files Browse the repository at this point in the history
possible fix for recent install errors, UnchartedBull#2206, UnchartedBull#2207
  • Loading branch information
jneilliii committed Aug 29, 2021
1 parent 7739806 commit fff81a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fff81a4

Please sign in to comment.