1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

replace i386 by 386 fix #7

This commit is contained in:
Jean-Baptiste Holcroft 2018-04-02 21:58:27 +02:00
parent f7560ca254
commit dc037965b0

View file

@ -132,6 +132,7 @@ chsh --shell /bin/bash "$app"
arch=$(dpkg --print-architecture)
# Rasberry Pi: Debian armhf (ARM hard float) refers to the ARMv7
[[ $arch = "armhf" ]] && arch="arm"
[[ $arch = "i386" ]] && arch="386"
version="hub-linux-${arch}-2.3.0-pre10"
file_bin="hub-linux-${arch}-2.3.0-pre10.tgz"