From 050fd2dcc49082f383b3d2eab76859d2785ded97 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 12 Mar 2025 19:45:02 +0900 Subject: [PATCH] updated ags.sh --- install-scripts/ags.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh index d16fb4b..a0112b5 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -77,8 +77,8 @@ printf "\n%.0s" {1..1} printf "${INFO} Kindly Standby...cloning and compiling ${SKY_BLUE}Aylur's GTK shell $ags_tag${RESET}...\n" printf "\n%.0s" {1..1} # Clone repository with the specified tag and capture git output into MLOG -if git clone --recursive -b "$ags_tag" --depth=1 https://github.com/Aylur/ags.git; then - cd ags || exit 1 +if git clone --depth=1 https://github.com/JaKooLit/ags_v1.9.0.git; then + cd ags_v1.9.0 || exit 1 npm install meson setup build if sudo meson install -C build 2>&1 | tee -a "$MLOG"; then