diff --git a/up.sh b/up.sh index 2cf841e..1af65c2 100755 --- a/up.sh +++ b/up.sh @@ -3,7 +3,7 @@ # Load config file . ${HOME}/ayo.conf -sudo apt update && sudo apt upgrade -y +sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y # if $skip_flatpak is set in config file if ! [ $skip_flatpak ]; then