Update install.sh

This commit is contained in:
Mr Chen 2024-07-11 02:49:19 +08:00
parent 818ab604e2
commit 4596a3a73c
1 changed files with 4 additions and 0 deletions

View File

@ -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