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:
Eric Callahan 2021-08-24 06:41:45 -04:00
parent 8a7b348899
commit a1cf02231a
1 changed files with 1 additions and 1 deletions

View File

@ -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..."