Update normal and aur packages

This commit is contained in:
2019-04-15 09:59:45 +02:00
parent f11b2755d8
commit 96ad49a622

View File

@@ -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