updated scripts

This commit is contained in:
2023-09-07 13:47:43 -05:00
parent 5f107f0910
commit a9a95ab02d
4 changed files with 11 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ if [[ -f /etc/apt/sources.list.d/debian.sources ]]
fi
fi
# remove os prober
apt-get remove os-prober -y
# update and upgrade
apt-get update
apt-get upgrade -y