diff --git a/bin/omarchy-update-system-pkgs b/bin/omarchy-update-system-pkgs index fec84a42..9b65fd09 100755 --- a/bin/omarchy-update-system-pkgs +++ b/bin/omarchy-update-system-pkgs @@ -1,5 +1,5 @@ #!/bin/bash echo -e "\e[32m\nUpdate system packages\e[0m" -yay -Syu --noconfirm --ignore uwsm +yay -Syu --noconfirm echo diff --git a/install.sh b/install.sh index 4c3fb99f..55bbd534 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/install/config/login.sh b/install/config/login.sh index 7f103d10..2b049e37 100644 --- a/install/config/login.sh +++ b/install/config/login.sh @@ -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 # ==============================================================================