bump gitea to 1.19.0
This commit is contained in:
@ -21,7 +21,7 @@ ping -c1 "github.com" &>"/dev/null"
|
|||||||
if [[ "${?}" -ne 0 ]]; then
|
if [[ "${?}" -ne 0 ]]; then
|
||||||
echo "I am unable to access Github.com, that is needed to continue this Install."
|
echo "I am unable to access Github.com, that is needed to continue this Install."
|
||||||
elif [[ "${#args[@]}" -eq 0 ]]; then
|
elif [[ "${#args[@]}" -eq 0 ]]; then
|
||||||
GITEA_VER="1.18.5"
|
GITEA_VER="1.19.0"
|
||||||
sudo systemctl stop gitea
|
sudo systemctl stop gitea
|
||||||
sudo apt-get install git -y
|
sudo apt-get install git -y
|
||||||
sudo wget -O /usr/local/bin/gitea https://github.com/go-gitea/gitea/releases/download/v"$GITEA_VER"/gitea-"$GITEA_VER"-linux-amd64
|
sudo wget -O /usr/local/bin/gitea https://github.com/go-gitea/gitea/releases/download/v"$GITEA_VER"/gitea-"$GITEA_VER"-linux-amd64
|
||||||
|
@ -20,7 +20,7 @@ ping -c1 "github.com" &>"/dev/null"
|
|||||||
if [[ "${?}" -ne 0 ]]; then
|
if [[ "${?}" -ne 0 ]]; then
|
||||||
echo "I am unable to access Github.com, that is needed to continue this Install."
|
echo "I am unable to access Github.com, that is needed to continue this Install."
|
||||||
elif [[ "${#args[@]}" -eq 0 ]]; then
|
elif [[ "${#args[@]}" -eq 0 ]]; then
|
||||||
GITEA_VER="1.18.5"
|
GITEA_VER="1.19.0"
|
||||||
sudo systemctl stop gitea
|
sudo systemctl stop gitea
|
||||||
sudo wget -O /usr/local/bin/gitea https://github.com/go-gitea/gitea/releases/download/v"$GITEA_VER"/gitea-"$GITEA_VER"-linux-amd64
|
sudo wget -O /usr/local/bin/gitea https://github.com/go-gitea/gitea/releases/download/v"$GITEA_VER"/gitea-"$GITEA_VER"-linux-amd64
|
||||||
sudo chmod +x /usr/local/bin/gitea
|
sudo chmod +x /usr/local/bin/gitea
|
||||||
|
Reference in New Issue
Block a user