diff --git a/maintenance.sh b/maintenance.sh new file mode 100755 index 0000000..d9865cd --- /dev/null +++ b/maintenance.sh @@ -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