From d8240e42a7a6523abefd22b032ea5ce258b340da Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 13 Jun 2026 13:27:38 +0200 Subject: [PATCH] feat(up): autoremove --- up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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