Files
dotfiles/maintenance.sh
2024-07-07 17:14:35 +02:00

14 lines
194 B
Bash
Executable File

#!/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