forked from kunsi/dotfiles
backup-and-update-system: use pacman input
This commit is contained in:
parent
dd9302c48e
commit
6b222023c8
1 changed files with 2 additions and 3 deletions
|
@ -48,8 +48,7 @@ done
|
||||||
)
|
)
|
||||||
ssh $backup_ssh "sudo /usr/local/bin/rotate-single-backup-client kunsi-t470"
|
ssh $backup_ssh "sudo /usr/local/bin/rotate-single-backup-client kunsi-t470"
|
||||||
|
|
||||||
printf '\aPress enter to continue with updating the system\n'
|
printf '\a'
|
||||||
read
|
|
||||||
|
|
||||||
# Do updates
|
# Do updates
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman -Syu
|
||||||
|
|
Loading…
Reference in a new issue