Use pacman instead of yay for system updates.

This commit is contained in:
Storm Dragon
2025-10-10 22:49:32 -04:00
parent cb43ef2026
commit f1ad8b8b75

View File

@@ -10,7 +10,7 @@ sudo -n /usr/bin/systemctl start fenrirscreenreader.service
clear
# Update system packages (run as stormux user since yay shouldn't run as root)
sudo -u stormux yay -Syu --noconfirm --removemake --cleanafter
pacman -Syu --noconfirm
gitUrl="https://git.stormux.org/storm/gaming-image-files"
gitPath="${gitUrl##*/}"