Browse Source

gogs download filename for arm

Bob Mottram 7 years ago
parent
commit
377e74543f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-gogs

+ 1
- 1
src/freedombone-app-gogs View File

@@ -101,7 +101,7 @@ function gogs_parameters {
101 101
         echo $'No architecture specified'
102 102
         ARCHITECTURE=$(uname -m)
103 103
         if [[ ${ARCHITECTURE} == "arm"* ]]; then
104
-            CURR_ARCH=arm
104
+            CURR_ARCH=armv5
105 105
         fi
106 106
         if [[ ${ARCHITECTURE} == "amd"* || ${ARCHITECTURE} == "x86_64" ]]; then
107 107
             CURR_ARCH=amd64