Add maintenance script
This commit is contained in:
13
maintenance.sh
Executable file
13
maintenance.sh
Executable 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
|
||||
Reference in New Issue
Block a user