From 76d23e33f97ccfc200e868630299a396232764c1 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 10 Jul 2019 07:46:58 +0100 Subject: [PATCH] Hotfix --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 1c69d3a8..01de6c1a 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -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 --allow-releaseinfo-change || install_error "Unable to update package list" + sudo apt-get update || install_error "Unable to update package list" } function install_dependencies() {