From bd6402562e9d6902a1252644443174f5577a9e44 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 24 Oct 2024 20:36:12 +0200 Subject: OS - Alpine Linux fix bash menu for docker --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 80a0943c..f69a284d 100644 --- a/install.sh +++ b/install.sh @@ -49,6 +49,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 -- cgit v1.2.3