Merge pull request #202 from makermelissa/main

Updated Blinka Installer to not error when release info changed
This commit is contained in:
Melissa LeBlanc-Williams 2021-11-19 12:38:54 -08:00 committed by GitHub
commit 622cfa430c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ def check_blinka_python_version():
def sys_update():
print("Updating System Packages")
if not shell.run_command("sudo apt-get update"):
if not shell.run_command("sudo apt-get update --allow-releaseinfo-change"):
shell.bail("Apt failed to update indexes!")
print("Upgrading packages...")
if not shell.run_command("sudo apt-get -y upgrade"):