improve scripts
This commit is contained in:
8
home/default/scripts/system-free-space
Executable file
8
home/default/scripts/system-free-space
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eoux pipefail
|
||||
|
||||
rm -rf ~/.cache
|
||||
sudo rm -rf /var/cache/pacman/pkg/*
|
||||
yay -Sc --noconfirm
|
||||
sudo pacman -Sc --noconfirm
|
||||
sudo journalctl --vacuum-size=1G
|
Reference in New Issue
Block a user