From 8d33a049ed3c178a54d29cab88c62d64c469aea4 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Fri, 17 Jun 2016 10:15:58 +0200 Subject: [PATCH] Modified system package update --- installers/raspbian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 5c2f6063..e42bf525 100644 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -5,7 +5,6 @@ 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 upgrade || install_error "Unable to upgrade packages" } function install_dependencies() {