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

@@ -174,7 +174,7 @@ install_dwc_packages()
# Update system package info
status_msg "Running apt-get update..."
sudo apt-get update
sudo apt-get update --allow-releaseinfo-change
# Install desired packages
status_msg "Installing packages..."