From c9f5c10ddb817910bda2fba929a8f1ec7b09dbf6 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Thu, 7 Jun 2018 17:30:55 +0200 Subject: [PATCH] [fix] Name of i386 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f219af2..6708325 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -33,7 +33,7 @@ get_source() { then wget -O gitea https://dl.gitea.io/gitea/1.4.2/gitea-1.4.2-linux-amd64 $final_path fi - if [ "$architecture" = 'x86' ] + if [ "$architecture" = 'i386' ] then wget -O gitea https://dl.gitea.io/gitea/1.4.2/gitea-1.4.2-linux-386 $final_path fi