From 4596a3a73c543091f28e28bdb4b6e4bc85dbf90a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 11 Jul 2024 02:49:19 +0800 Subject: [PATCH] Update install.sh --- plugins/simpleping/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/simpleping/install.sh b/plugins/simpleping/install.sh index 0b75bdb5d..57063d79d 100755 --- a/plugins/simpleping/install.sh +++ b/plugins/simpleping/install.sh @@ -24,6 +24,10 @@ Install_App() name="darwin" fi + if [ "$ARCH" == "x86_64" ];then + name="amd64" + fi + FILE_TGZ=simpleping_${name}_${ARCH}.tar.gz APP_DIR=$serverPath/source/simpleping