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:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-10-24 21:36:12 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-10-24 21:36:12 +0300
commitbd6402562e9d6902a1252644443174f5577a9e44 (patch)
tree18e777bcc0fb6c7cf51352d5ca428d86d0679fb4 /x-ui.sh
parentd16ad111362487ee00930fdb5929ada68b6c62e0 (diff)
OS - Alpine Linux
fix bash menu for docker
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 bc59ca94..30055d81 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -46,6 +46,8 @@ elif [[ "${release}" == "manjaro" ]]; then
echo "Your OS is Manjaro"
elif [[ "${release}" == "armbian" ]]; then
echo "Your OS is Armbian"
+elif [[ "${release}" == "alpine" ]]; then
+ echo "Your OS is Alpine Linux"
elif [[ "${release}" == "opensuse-tumbleweed" ]]; then
echo "Your OS is OpenSUSE Tumbleweed"
elif [[ "${release}" == "openEuler" ]]; then