diff --git a/installer1.sh b/installer1.sh index 33babeb..854bb64 100644 --- a/installer1.sh +++ b/installer1.sh @@ -5,6 +5,7 @@ set -e echo "Updating this repo..." git pull 1>/dev/null 2>/dev/null +# rpi-update echo "Updating Raspberry Pi firmware..." sudo rpi-update diff --git a/installer2.sh b/installer2.sh index d9c65ac..e414e25 100644 --- a/installer2.sh +++ b/installer2.sh @@ -9,7 +9,7 @@ echo "Updating software lists..." sudo apt update 1>/dev/null 2>/dev/null echo "Fully upgrading, this may take a while..." -sudo apt dist-upgrade -y 1>/dev/null 2>/dev/null +sudo apt dist-upgrade -y 1>/dev/null echo "Cleaning up..." sudo apt autoremove -y 1>/dev/null 2>/dev/null