From a105abc5f60b3deccc7e996cba3ecbe40fb15f52 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 10 May 2024 12:40:40 +0900 Subject: [PATCH] updated ags.sh --- install-scripts/ags.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh index 01add5b..b0239fa 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -41,6 +41,11 @@ for PKG1 in "${ags[@]}"; do fi done +#install typescript by npm +sudo npm install --global typescript 2>&1 | tee -a "$LOG" + +# ags + printf "${NOTE} Install and Compiling Aylurs GTK shell\n" # Check if folder exists and remove it