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:
authorHiradpi <78161225+Hiradpi@users.noreply.github.com>2023-08-08 21:48:00 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-08 21:50:16 +0300
commit22cf278ce21c3e56bbf6876586affee5971f25c1 (patch)
tree728a6b8f3630417f8781e83963fa533a7100c490 /x-ui.sh
parent5ab5986bd09819101588a6dcf79cabd48d3e4840 (diff)
add Arch Linux support to install.sh (#873)
* Update install.sh Arch linux support added * Update install.sh
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/x-ui.sh b/x-ui.sh
index d0523e7f..a33795d6 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -54,6 +54,8 @@ elif [[ "${release}" == "debian" ]]; then
if [[ ${os_version} -lt 10 ]]; then
echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1
fi
+elif [[ "${release}" == "arch" ]]; then
+ echo "OS is ArchLinux"
fi