updated ags.sh

This commit is contained in:
JaKooLit 2024-05-10 12:40:40 +09:00
parent 06f963a0c3
commit a105abc5f6

View File

@ -41,6 +41,11 @@ for PKG1 in "${ags[@]}"; do
fi fi
done 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" printf "${NOTE} Install and Compiling Aylurs GTK shell\n"
# Check if folder exists and remove it # Check if folder exists and remove it