[fix] Name of i386

This commit is contained in:
Rafi59 2018-06-07 17:30:55 +02:00
parent 20bf330dfe
commit c9f5c10ddb
1 changed files with 1 additions and 1 deletions

View File

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