From 84d0ee5a4e588f5877029fad07bc0b39eab771a9 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Tue, 7 Sep 2021 18:07:52 +0800 Subject: [PATCH] [TS-230]adapte Linx os adapte Linx os --- packaging/tools/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/tools/install.sh b/packaging/tools/install.sh index e116d72d26..9c6a6e62f5 100755 --- a/packaging/tools/install.sh +++ b/packaging/tools/install.sh @@ -102,6 +102,12 @@ elif echo $osinfo | grep -qwi "centos" ; then elif echo $osinfo | grep -qwi "fedora" ; then # echo "This is fedora system" os_type=2 +elif echo $osinfo | grep -qwi "Linx" ; then +# echo "This is Linx system" + os_type=1 + service_mod=0 + initd_mod=0 + service_config_dir="/etc/systemd/system" else echo " osinfo: ${osinfo}" echo " This is an officially unverified linux system," -- GitLab