Don't update uwsm until there's a confirmed good version released

This commit is contained in:
David Heinemeier Hansson 2025-08-12 07:39:11 +02:00
parent 12b2950853
commit fc3467a66e

View File

@ -1,5 +1,5 @@
#!/bin/bash
echo -e "\e[32m\nUpdate system packages\e[0m"
yay -Syu --noconfirm
yay -Syu --noconfirm --ignore uwsm
echo