Bring uwsm out of the doghouse
This commit is contained in:
parent
40e10b1594
commit
bf31373840
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e "\e[32m\nUpdate system packages\e[0m"
|
||||
yay -Syu --noconfirm --ignore uwsm
|
||||
yay -Syu --noconfirm
|
||||
echo
|
||||
|
@ -77,7 +77,7 @@ sudo updatedb
|
||||
|
||||
# Update system packages if we have a network connection
|
||||
if ping -c5 omarchy.org &>/dev/null; then
|
||||
yay -Syu --noconfirm --ignore uwsm
|
||||
yay -Syu --noconfirm
|
||||
fi
|
||||
|
||||
# Reboot
|
||||
|
@ -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 plymouth
|
||||
yay -S --noconfirm --needed plymouth uwsm
|
||||
fi
|
||||
|
||||
# ==============================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user