Преглед на файлове

More consistent gogs file construction

Bob Mottram преди 8 години
родител
ревизия
5480616315
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      src/freedombone-app-gogs

+ 2
- 1
src/freedombone-app-gogs Целия файл

@@ -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 {