updated ags.sh

This commit is contained in:
JaKooLit
2025-03-12 19:45:02 +09:00
parent 2c54155221
commit 050fd2dcc4

View File

@@ -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 "${INFO} Kindly Standby...cloning and compiling ${SKY_BLUE}Aylur's GTK shell $ags_tag${RESET}...\n"
printf "\n%.0s" {1..1} printf "\n%.0s" {1..1}
# Clone repository with the specified tag and capture git output into MLOG # 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 if git clone --depth=1 https://github.com/JaKooLit/ags_v1.9.0.git; then
cd ags || exit 1 cd ags_v1.9.0 || exit 1
npm install npm install
meson setup build meson setup build
if sudo meson install -C build 2>&1 | tee -a "$MLOG"; then if sudo meson install -C build 2>&1 | tee -a "$MLOG"; then