gogs download filename for arm
This commit is contained in:
parent
2ebb305786
commit
75d7bdeb0a
|
@ -95,7 +95,7 @@ function gogs_parameters {
|
||||||
CURR_ARCH=amd64
|
CURR_ARCH=amd64
|
||||||
fi
|
fi
|
||||||
if [[ ${ARCHITECTURE} == *"arm"* ]]; then
|
if [[ ${ARCHITECTURE} == *"arm"* ]]; then
|
||||||
CURR_ARCH=arm
|
CURR_ARCH=armv5
|
||||||
fi
|
fi
|
||||||
if [ ! ${CURR_ARCH} ]; then
|
if [ ! ${CURR_ARCH} ]; then
|
||||||
echo $'No architecture specified'
|
echo $'No architecture specified'
|
||||||
|
|
Loading…
Reference in New Issue