Pin uwsm to 0.23.0 to skip bad 0.23.1 while waiting for 0.23.2 (#697)

This commit is contained in:
David Heinemeier Hansson 2025-08-12 08:07:13 +02:00 committed by GitHub
parent 1e924d1794
commit 9e7e5a1512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -2,7 +2,8 @@
# Hyprland launched via UWSM and login directly as user, rely on disk encryption + hyprlock for security # Hyprland launched via UWSM and login directly as user, rely on disk encryption + hyprlock for security
if ! command -v uwsm &>/dev/null || ! command -v plymouth &>/dev/null; then if ! command -v uwsm &>/dev/null || ! command -v plymouth &>/dev/null; then
yay -S --noconfirm --needed uwsm plymouth sudo pacman -U --noconfirm https://archive.archlinux.org/packages/u/uwsm/uwsm-0.23.0-1-any.pkg.tar.zst
yay -S --noconfirm --needed plymouth
fi fi
# ============================================================================== # ==============================================================================