From 31fe64c2e086fa987cf701377d3f77aaea0e2417 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Tue, 4 Apr 2023 18:37:14 -0700 Subject: [PATCH] bump gogs --- README.md | 4 ++-- scripts/gogsinstall.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8afabc2..60cdc2c 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ ### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh` -### ✔️ Uninstall +### ✔️ Uninstall (Only works for Apache2 currently) ### `wget -O pmauninstall.sh https://sop.wtf/sh/pmauninstall && bash pmauninstall.sh` -### ✔️ Update +### ✔️ Update (Only works for Apache2 currently) ### `wget -O pmaupdate.sh https://sop.wtf/sh/pmaupdate && bash pmaupdate.sh` diff --git a/scripts/gogsinstall.sh b/scripts/gogsinstall.sh index 45f0239..1c55b4b 100644 --- a/scripts/gogsinstall.sh +++ b/scripts/gogsinstall.sh @@ -17,7 +17,7 @@ do done sudo apt install wget git -y -GOGS_VER="0.12.10" +GOGS_VER="0.13.0" sudo wget -O linux_amd64.tar.gz https://dl.gogs.io/$GOGS_VER/gogs_"$GOGS_VER"_linux_amd64.tar.gz sudo tar xvf linux_amd64.tar.gz sudo adduser --system --shell /bin/bash --gecos 'Git Version Control' --group --disabled-password --home /home/git git