diff options
-rwxr-xr-x | systemd/pacman-offline | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systemd/pacman-offline b/systemd/pacman-offline index 54e2e03..051ebec 100755 --- a/systemd/pacman-offline +++ b/systemd/pacman-offline @@ -13,5 +13,8 @@ rm -f /system-update # install updates pacman -Su --noconfirm +# clean up package cache +pacman -Sc --noconfirm + # reboot systemctl reboot |