add config push
to daily update script
This commit is contained in:
parent
02c35cde5d
commit
ac91153bcf
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ trap 'echo $( date ) Backup interrupted >&2; exit 2' INT TERM
|
||||||
|
|
||||||
yay -Syu
|
yay -Syu
|
||||||
pass git push
|
pass git push
|
||||||
|
git --git-dir=$HOME/.cfg/ --work-tree=$HOME push
|
||||||
|
|
||||||
info "Starting backup"
|
info "Starting backup"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue