From acc31d9e75c027fdad8947ec56d5fed5701e06a1 Mon Sep 17 00:00:00 2001 From: pocketW <104479902+pocketW@users.noreply.github.com> Date: Sat, 10 Sep 2022 23:56:47 +1000 Subject: [PATCH] update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2ed3a36..2b4d613 100644 --- a/install.sh +++ b/install.sh @@ -96,7 +96,7 @@ check_status() { fi } -# install_acme() { +install_acme() { curl https://get.acme.sh | sh } @@ -209,5 +209,5 @@ install_XrayR() { echo -e "${green}开始安装${plain}" install_base -# install_acme +install_acme install_XrayR $1