mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-26 01:43:37 +01:00
Added "apt autoremove"
This commit is contained in:
parent
6d512c65fd
commit
b07fb304e9
@ -17,8 +17,7 @@ zpool list
|
||||
zpool status
|
||||
|
||||
echo "\n+++ Checking Updates +++"
|
||||
apt update && apt upgrade
|
||||
snap refresh
|
||||
apt update && apt upgrade && apt autoremove && snap refresh
|
||||
|
||||
echo "\n+++ Cleaning Swap Space +++"
|
||||
swapoff --all && swapon --all
|
||||
|
Loading…
Reference in New Issue
Block a user