diff --git a/zsh/bin/update b/zsh/bin/update index 344ad24..58183e6 100755 --- a/zsh/bin/update +++ b/zsh/bin/update @@ -104,6 +104,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