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:
@@ -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..."
|
||||
|
Reference in New Issue
Block a user