diff options
Diffstat (limited to 'functions')
-rw-r--r-- | functions/as.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/as.fish b/functions/as.fish index cadd88d..d8acf6e 100644 --- a/functions/as.fish +++ b/functions/as.fish @@ -1,6 +1,6 @@ function as sudo apt-get update sudo apt-get -y upgrade - sudo apt-get -y autoremove + sudo apt-get -y --purge autoremove sudo apt-get clean end |