Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/x-ui.sh b/x-ui.sh
index fd411311..144c377a 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -55,7 +55,11 @@ elif [[ "${release}" == "debian" ]]; then
echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "arch" ]]; then
- echo "OS is ArchLinux"
+ echo "Your OS is ArchLinux"
+elif [[ "${release}" == "manjaro" ]]; then
+ echo "Your OS is Manjaro"
+elif [[ "${release}" == "armbian" ]]; then
+ echo "Your OS is Armbian"
fi
@@ -581,7 +585,7 @@ ssl_cert_issue() {
fi
# install socat second
case "${release}" in
- ubuntu|debian)
+ ubuntu|debian|armbian)
apt update && apt install socat -y ;;
centos)
yum -y update && yum -y install socat ;;