script: add --allow-releaseinfo-change option to apt-get update

This commit is contained in:
th33xitus
2021-08-25 10:05:31 +02:00
parent 05842f8e1d
commit 969d3b5dab
7 changed files with 7 additions and 7 deletions

View File

@@ -312,7 +312,7 @@ update_pgc_for_klipper(){
update_system(){
status_msg "Updating System ..."
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get update --allow-releaseinfo-change && sudo apt-get upgrade -y
ok_msg "Update complete! Check the log above!"
ok_msg "KIAUH won't do any dist-upgrades!\n"
}