From e14d9023cd879f7e1b38008397e770343edac95c Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 1 Nov 2025 22:23:06 -0600 Subject: [PATCH] weeewoooo --- customscripts/install_script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index d5ed29f..f53143f 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -46,6 +46,7 @@ if [ ! -z "$1" ]; then sudo apt update echo -e "\nDoin full-upgrade\n" sudo apt full-upgrade -y + # not available on arm # dotnet # if [ ! $(which dotnet) ]; then # echo -e "\ndotnet not found, installing\n" @@ -66,6 +67,7 @@ if [ ! -z "$1" ]; then echo -e "\nInstallan my packages\n" sudo bash -c "apt install $packages -y" source $rcfile + # not useful on arm ## dotnet ### haveibeenpwned-downloader # if [ ! $(which haveibeenpwned-downloader) ]; then