Add maintenance script

This commit is contained in:
2024-07-07 17:14:35 +02:00
parent bfdb956341
commit ff5897e3b2

13
maintenance.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -o nounset
set -o errexit
sudo pacman -Syu
./check-aur-updates.sh
ANSIBLE_DISPLAY_OK_HOSTS=false \
ANSIBLE_DISPLAY_SKIPPED_HOSTS=false \
ANSIBLE_EXTRA_ARGS='' \
make