Преглед изворни кода

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 {