Skip to content
Snippets Groups Projects
Commit 377e7454 authored by Bob Mottram's avatar Bob Mottram
Browse files

gogs download filename for arm

parent 75d7bdeb
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ function gogs_parameters {
echo $'No architecture specified'
ARCHITECTURE=$(uname -m)
if [[ ${ARCHITECTURE} == "arm"* ]]; then
CURR_ARCH=arm
CURR_ARCH=armv5
fi
if [[ ${ARCHITECTURE} == "amd"* || ${ARCHITECTURE} == "x86_64" ]]; then
CURR_ARCH=amd64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment