1
0
Fork 0
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:
ericgaspar 2021-11-08 21:58:32 +01:00
parent bc6f1437e0
commit f3d8676406
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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