diff --git a/modules/core/ags.sh b/modules/core/ags.sh index a2eb151..97f5f91 100644 --- a/modules/core/ags.sh +++ b/modules/core/ags.sh @@ -18,13 +18,13 @@ module_main() { fi if ! have paru && ! have yay; then - tui_warn "No AUR helper found. Install ags manually: paru -S aylurs-gtk-shell" + tui_warn "No AUR helper found. Install ags manually: paru -S aylurs-gtk-shell-git" return 0 fi local aur_helper have paru && aur_helper="paru" || aur_helper="yay" - local ags_pkg="aylurs-gtk-shell" + local ags_pkg="aylurs-gtk-shell-git" tui_warn "AGS must be built from source (npm install + Go + meson)." tui_warn "This can take several minutes."