uwsm was already fixed upstream with 0.23.2
This commit is contained in:
parent
04e9e4c21f
commit
78de5c24c9
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e "\e[32m\nUpdate system packages\e[0m"
|
||||
sudo pacman -Syu --ignore uwsm # Upgrade official packages first
|
||||
yay -Syu --noconfirm --ignore uwsm # Upgrade AUR second
|
||||
sudo pacman -Syu # Upgrade official packages first
|
||||
yay -Syu --noconfirm # Upgrade AUR second
|
||||
echo
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
# 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
|
||||
sudo pacman -U --noconfirm https://archive.archlinux.org/packages/u/uwsm/uwsm-0.23.0-1-any.pkg.tar.zst
|
||||
# yay -S --noconfirm --needed uwsm plymouth
|
||||
yay -S --noconfirm --needed uwsm plymouth
|
||||
yay -S --noconfirm --needed plymouth
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user