Severl fixes and improvement on installation script.

This commit is contained in:
clsty
2024-01-23 10:02:56 +08:00
parent 63d471c3df
commit e29eb7392e
5 changed files with 162 additions and 131 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
# This script showed one reason about why it's good to split functions and installers in another file.
#
# This script is for install/update ags itself, NOT the config for it.
# The install.sh will install ags for you, why you still need this?
# Because you may run this script to ONLY update ags, since ags is a very active project currently and updates frequently.
#
cd "$(dirname "$0")"
export base="$(pwd)"
source ./scriptdata/functions
source ./scriptdata/installers
install-ags