From 6b222023c8f8716b07552ed93469496521d564fe Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 15 Jan 2022 06:31:29 +0100 Subject: [PATCH] backup-and-update-system: use pacman input --- .bin/backup-and-update-system | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.bin/backup-and-update-system b/.bin/backup-and-update-system index d4b3795..941ece1 100755 --- a/.bin/backup-and-update-system +++ b/.bin/backup-and-update-system @@ -48,8 +48,7 @@ done ) ssh $backup_ssh "sudo /usr/local/bin/rotate-single-backup-client kunsi-t470" -printf '\aPress enter to continue with updating the system\n' -read +printf '\a' # Do updates -sudo pacman -Syu --noconfirm +sudo pacman -Syu