feat(up): autoremove
This commit is contained in:
parent
a5d4b2023e
commit
d8240e42a7
1 changed files with 1 additions and 1 deletions
2
up.sh
2
up.sh
|
|
@ -3,7 +3,7 @@
|
||||||
# Load config file
|
# Load config file
|
||||||
. ${HOME}/ayo.conf
|
. ${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 is set in config file
|
||||||
if ! [ $skip_flatpak ]; then
|
if ! [ $skip_flatpak ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue