From 3ea67beea97f58d8bb6c0cf11be6bca5a01bc223 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 28 Sep 2022 19:46:13 +0800 Subject: [PATCH] Update install.sh --- plugins/imail/versions/0.0.15/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/imail/versions/0.0.15/install.sh b/plugins/imail/versions/0.0.15/install.sh index 5b52c8a1e..93c059463 100755 --- a/plugins/imail/versions/0.0.15/install.sh +++ b/plugins/imail/versions/0.0.15/install.sh @@ -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"