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() {