Updated to support Buster "stable" release

This commit is contained in:
Bill Zimmerman
2019-07-08 21:49:38 +02:00
committed by GitHub
parent 40a1b46dfc
commit a280c9df89

View File

@@ -4,7 +4,7 @@ source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh
function update_system_packages() {
install_log "Updating sources"
sudo apt-get update || install_error "Unable to update package list"
sudo apt-get update --allow-releaseinfo-change || install_error "Unable to update package list"
}
function install_dependencies() {