Modified system package update

This commit is contained in:
Bill Zimmerman 2016-06-17 10:15:58 +02:00
parent d9f1f35dd9
commit 8d33a049ed
1 changed files with 0 additions and 1 deletions

View File

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