2024-07-07 17:14:35 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
set -o nounset
|
|
|
|
|
set -o errexit
|
|
|
|
|
|
2025-10-21 10:41:40 +02:00
|
|
|
sudo bash -c "pacman -Sy --needed archlinux-keyring && pacman -Syu"
|
2024-07-07 17:14:35 +02:00
|
|
|
|
2024-09-24 18:58:57 +02:00
|
|
|
./update-aur-pkgs.sh
|
2024-07-07 17:14:35 +02:00
|
|
|
|
|
|
|
|
ANSIBLE_DISPLAY_OK_HOSTS=false \
|
|
|
|
|
ANSIBLE_DISPLAY_SKIPPED_HOSTS=false \
|
|
|
|
|
ANSIBLE_EXTRA_ARGS='' \
|
|
|
|
|
make
|