update some stuff
This commit is contained in:
parent
922dfa6ea3
commit
27a5932bcc
3 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue