update some stuff

This commit is contained in:
Franzi 2021-11-30 18:46:31 +01:00
parent 922dfa6ea3
commit 27a5932bcc
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 13 additions and 6 deletions

View file

@ -1,7 +1,6 @@
#!/bin/sh
#!/bin/bash
set -euo pipefail
set -x
set -xeuo pipefail
# Push some git repos
pass git push
@ -46,5 +45,8 @@ done
fi
)
printf '\aPress enter to continue with updating the system'
read
# Do updates
sudo pacman -Syu --noconfirm