From 96ad49a622a18fb52eb39afbc5fe97a8e7f00b34 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 15 Apr 2019 09:59:45 +0200 Subject: [PATCH] Update normal and aur packages --- zsh/bin/update | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/bin/update b/zsh/bin/update index afd9b8b..23cc59a 100755 --- a/zsh/bin/update +++ b/zsh/bin/update @@ -103,6 +103,7 @@ update-system() { command -v yay > /dev/null 2>&1 if [ $? -eq 0 ]; then + yay -Syu --noconfirm yay -Syua --noconfirm else command -v pacman > /dev/null 2>&1