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

Merge branch 'testing' of https://github.com/YunoHost-Apps/weblate_ynh into testing

This commit is contained in:
Jean-Baptiste Holcroft 2018-04-08 20:10:09 +02:00
commit d58a1a9490

View file

@ -129,6 +129,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"