From 89fdae2cb7810ac134f5b3ea8493b92085994ea1 Mon Sep 17 00:00:00 2001 From: maesp <39171829+maesp@users.noreply.github.com> Date: Sat, 31 Aug 2024 20:59:35 +0300 Subject: [PATCH] set curl as required binary --- ex.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ex.sh b/ex.sh index 14765f5..6a9d974 100755 --- a/ex.sh +++ b/ex.sh @@ -499,6 +499,7 @@ sudo ./ex.sh install${normal}" fi fi # + check_command curl "required to download the xray installation script" if bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install then echo -e "${green}xray installed${normal}"