Files
dotfiles/maintenance.sh

14 lines
243 B
Bash
Executable File

#!/usr/bin/env bash
set -o nounset
set -o errexit
sudo bash -c "pacman -Sy --needed archlinux-keyring && pacman -Syu"
./update-aur-pkgs.sh
ANSIBLE_DISPLAY_OK_HOSTS=false \
ANSIBLE_DISPLAY_SKIPPED_HOSTS=false \
ANSIBLE_EXTRA_ARGS='' \
make