chore: Use -Sua instead of -Syu in paru update script

This commit is contained in:
Kyle Gospodnetich 2023-06-30 09:26:26 -07:00
parent 0069d33765
commit ecf0f24cef

View File

@ -1,7 +1,7 @@
#!/usr/bin/bash
if [[ $(distrobox list | grep bazzite-arch) ]]; then
/usr/bin/distrobox-enter -n bazzite-arch -- ' paru -Syu --noconfirm'
/usr/bin/distrobox-enter -n bazzite-arch -- ' paru -Sua --noconfirm'
else
echo "Update skipped: bazzite-arch not installed"
fi