mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Update _common.sh
This commit is contained in:
parent
bc6f1437e0
commit
f3d8676406
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ynh_detect_arch(){
|
|||
elif [ -n "$(uname -m | grep arm)" ]; then
|
||||
architecture="armv7"
|
||||
else
|
||||
ynh_die "Unable to detect your achitecture, please open a bug describing \
|
||||
ynh_die --message "Unable to detect your achitecture, please open a bug describing \
|
||||
your hardware and the result of the command \"uname -m\"." 1
|
||||
fi
|
||||
echo $architecture
|
||||
|
|
Loading…
Reference in a new issue