gogs download filename for arm

This commit is contained in:
Bob Mottram 2017-05-21 09:57:30 +01:00
parent 2ebb305786
commit 75d7bdeb0a
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function gogs_parameters {
CURR_ARCH=amd64
fi
if [[ ${ARCHITECTURE} == *"arm"* ]]; then
CURR_ARCH=arm
CURR_ARCH=armv5
fi
if [ ! ${CURR_ARCH} ]; then
echo $'No architecture specified'