More consistent gogs file construction
This commit is contained in:
parent
377e74543f
commit
5480616315
|
@ -111,7 +111,8 @@ function gogs_parameters {
|
|||
fi
|
||||
fi
|
||||
|
||||
GOGS_BIN="https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_${CURR_ARCH}.tar.gz"
|
||||
GOGS_FILE=linux_${CURR_ARCH}.tar.gz
|
||||
GOGS_BIN="https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/${GOGS_FILE}"
|
||||
}
|
||||
|
||||
function gogs_create_database {
|
||||
|
|
Loading…
Reference in New Issue