weeewoooo

This commit is contained in:
2025-11-01 22:23:06 -06:00
parent 9a147eb4c9
commit e14d9023cd
+2
View File
@@ -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