Update install.sh

This commit is contained in:
midoks 2022-09-28 19:46:13 +08:00
parent a346da07ad
commit 3ea67beea9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ OSNAME_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F
get_arch() {
ARCH="amd64"
TMP_ARCH=`arch`
if [ "$TMP_ARCH" == "x86_64" ];then
ARCH="amd64"