소스 검색

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 {