Fix manual install (#1084)

This commit is contained in:
clsty
2025-02-07 07:25:49 +08:00
parent 43d206800d
commit 646a303c0f
+1
View File
@@ -7,6 +7,7 @@ cd "$(dirname "$0")"
export base="$(pwd)" export base="$(pwd)"
source ./scriptdata/functions source ./scriptdata/functions
source ./scriptdata/installers source ./scriptdata/installers
source ./scriptdata/environment-variables
if command -v pacman >/dev/null 2>&1;then printf "\e[31m[$0]: pacman found, it seems that the system is ArchLinux or Arch-based distro. Aborting...\e[0m\n";exit 1;fi if command -v pacman >/dev/null 2>&1;then printf "\e[31m[$0]: pacman found, it seems that the system is ArchLinux or Arch-based distro. Aborting...\e[0m\n";exit 1;fi
install-ags install-ags