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

@@ -11,6 +11,9 @@ if [[ ! -f /etc/needrestart/conf.d/no-prompt.conf ]] ; then
echo "\$nrconf{restart} = 'a';" >> /etc/needrestart/conf.d/no-prompt.conf
fi
# remove os prober
apt-get remove os-prober -y
# update and upgrade
apt-get update
apt-get upgrade -y