gogs download filename for arm
This commit is contained in:
parent
2ebb305786
commit
75d7bdeb0a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue