From 48e24b021f0df40f856c9f0ddf5516c06e15ef52 Mon Sep 17 00:00:00 2001 From: ronivay Date: Tue, 6 Jul 2021 00:23:12 +0300 Subject: [PATCH] check existense of xe binary before checking OS --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 50b3842..ef805a8 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -1086,9 +1086,9 @@ esac scriptInfo CheckUser CheckArch +CheckXE CheckOS CheckSystemd -CheckXE CheckCertificate if [[ $# != "0" ]]; then