From 77f8c6327653a66c15cdc6ab920f27cf1ae8014f Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Tue, 14 May 2019 13:37:45 +0200 Subject: [PATCH] Download latest version running on rapbian --- seqs/gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 seqs/gitea.sh diff --git a/seqs/gitea.sh b/seqs/gitea.sh old mode 100755 new mode 100644 index 035bda4..31aa2e1 --- a/seqs/gitea.sh +++ b/seqs/gitea.sh @@ -4,7 +4,7 @@ ## Installation of self hosted git service Gitea toolName="gitea" -giteaDownload="https://dl.gitea.io/gitea/1.7.5/gitea-1.7.5-linux-arm-7" +giteaDownload="https://dl.gitea.io/gitea/1.8.1/gitea-1.8.1-linux-arm-6" giteaService="https://raw.githubusercontent.com/go-gitea/gitea/master/contrib/systemd/gitea.service" giteaServiceLoc="/etc/systemd/system/gitea.service"