Change full-upgrade to upgrade

This commit is contained in:
theanonymousexyz 2022-04-03 13:35:07 +02:00
parent fe1bc299c9
commit 3185a5bbf0
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ elif [ "$(uname -o)" = "GNU/Linux" ]; then
if [ "$(lsb_release -si)" = "Debian" ] || [ "$(lsb_release -si)" = "Ubuntu" ]; then
sudo apt update
echo
sudo apt full-upgrade --purge
sudo apt upgrade --purge
echo
sudo apt autoremove --purge --yes
fi