From c955080afda297237db2561b1ca449649fea75ae Mon Sep 17 00:00:00 2001 From: Tealk Date: Sat, 7 Oct 2023 15:13:28 +0200 Subject: [PATCH] yay -y download fresh package databases from the server Signed-off-by: Tealk --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 54bfeb0..3195f09 100755 --- a/update.sh +++ b/update.sh @@ -64,7 +64,7 @@ function time_end() { function update_arch() { if command -v yay &> /dev/null; then if \ - yay -Su && \ + yay -Syu && \ yay -Yc then echo "Alle System-Aktualisierungen wurden durchgeführt."