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