mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
a0d527a79f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue