Bring uwsm out of the doghouse

This commit is contained in:
David Heinemeier Hansson 2025-08-21 18:57:30 +02:00
parent 40e10b1594
commit bf31373840
3 changed files with 3 additions and 4 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 --ignore uwsm yay -Syu --noconfirm
echo echo

View File

@ -77,7 +77,7 @@ sudo updatedb
# Update system packages if we have a network connection # Update system packages if we have a network connection
if ping -c5 omarchy.org &>/dev/null; then if ping -c5 omarchy.org &>/dev/null; then
yay -Syu --noconfirm --ignore uwsm yay -Syu --noconfirm
fi fi
# Reboot # Reboot

View File

@ -2,8 +2,7 @@
# 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
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 uwsm
yay -S --noconfirm --needed plymouth
fi fi
# ============================================================================== # ==============================================================================