diff --git a/installer1.sh b/installer1.sh index dd3c14f..1f8194f 100644 --- a/installer1.sh +++ b/installer1.sh @@ -1,10 +1,6 @@ #!/bin/bash set -e -# updoot -# echo "Updating software lists..." -# sudo apt update 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 45e0bad..0182e80 100644 --- a/installer2.sh +++ b/installer2.sh @@ -1,10 +1,6 @@ #!/bin/bash set -e -# updoot -# 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