From 85af50ac7c4dff15adbf4ab90762405c2e15d354 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Fri, 10 May 2024 15:52:32 +0900 Subject: [PATCH] Update 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 b0239fa..1ed54d9 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -1,4 +1,4 @@ -#!/bin/bash +7#!/bin/bash # 💫 https://github.com/JaKooLit 💫 # # 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 meson setup build 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 echo -e "${ERROR} Installation failed for ags" 2>&1 | tee -a "$MLOG" fi