From 646a303c0f659322c0c96ef1d3140887e7ed6389 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 7 Feb 2025 07:25:49 +0800 Subject: [PATCH] Fix manual install (#1084) --- manual-install-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/manual-install-helper.sh b/manual-install-helper.sh index fe6749c69..e66bcbca5 100755 --- a/manual-install-helper.sh +++ b/manual-install-helper.sh @@ -7,6 +7,7 @@ cd "$(dirname "$0")" export base="$(pwd)" source ./scriptdata/functions 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 install-ags