scripts: add --allow-releaseinfo-change option to apt-get in install-moonraker.sh
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
8a7b348899
commit
a1cf02231a
|
@ -41,7 +41,7 @@ install_packages()
|
|||
|
||||
# Update system package info
|
||||
report_status "Running apt-get update..."
|
||||
sudo apt-get update
|
||||
sudo apt-get update --allow-releaseinfo-change
|
||||
|
||||
# Install desired packages
|
||||
report_status "Installing packages..."
|
||||
|
|
Loading…
Reference in New Issue