Update normal and aur packages

This commit is contained in:
Thomas Forgione 2019-04-15 09:59:45 +02:00
parent f11b2755d8
commit 96ad49a622
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 0 deletions

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