Skip to content
Snippets Groups Projects
Commit 1dbd1b16 authored by Bob Mottram's avatar Bob Mottram
Browse files

Underscore

parent f3d49989
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ function gogs_parameters {
return
fi
GOGS_BIN=https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_${CURR_ARCH}.tar.gz
GOGS_BIN="https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_${CURR_ARCH}.tar.gz"
}
function get_mariadb_git_admin_password {
......@@ -114,7 +114,7 @@ function upgrade_gogs {
rm linux-${CURR_ARCH}.tar.gz
fi
wget ${GOGS_BIN}
if [ ! -f linux-${CURR_ARCH}.tar.gz ]; then
if [ ! -f linux_${CURR_ARCH}.tar.gz ]; then
exit 37836
fi
tar -xzf ${INSTALL_DIR}/linux_${CURR_ARCH}.tar.gz
......@@ -332,7 +332,7 @@ function install_gogs {
rm linux-${CURR_ARCH}.tar.gz
fi
wget ${GOGS_BIN}
if [ ! -f linux-${CURR_ARCH}.tar.gz ]; then
if [ ! -f linux_${CURR_ARCH}.tar.gz ]; then
exit 37836
fi
tar -xzf ${INSTALL_DIR}/linux_${CURR_ARCH}.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment