Browse Source

More consistent gogs file construction

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

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

@@ -111,7 +111,8 @@ function gogs_parameters {
111 111
         fi
112 112
     fi
113 113
 
114
-    GOGS_BIN="https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_${CURR_ARCH}.tar.gz"
114
+    GOGS_FILE=linux_${CURR_ARCH}.tar.gz
115
+    GOGS_BIN="https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/${GOGS_FILE}"
115 116
 }
116 117
 
117 118
 function gogs_create_database {