Update ags.sh

This commit is contained in:
Ja.KooLit 2024-05-10 15:52:32 +09:00 committed by GitHub
parent 09d49993cc
commit 85af50ac7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#!/bin/bash 7#!/bin/bash
# 💫 https://github.com/JaKooLit 💫 # # 💫 https://github.com/JaKooLit 💫 #
# Aylur's GTK Shell # # Aylur's GTK Shell #
@ -61,7 +61,7 @@ if git clone --recursive -b "$ags_tag" --depth 1 https://github.com/Aylur/ags.gi
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
printf "${OK} ags successfully.\n" 2>&1 | tee -a "$MLOG" printf "${OK} ags installed successfully.\n" 2>&1 | tee -a "$MLOG"
else else
echo -e "${ERROR} Installation failed for ags" 2>&1 | tee -a "$MLOG" echo -e "${ERROR} Installation failed for ags" 2>&1 | tee -a "$MLOG"
fi fi