Merge pull request #202 from makermelissa/main
Updated Blinka Installer to not error when release info changed
This commit is contained in:
commit
622cfa430c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue