🎉 Added gitea

This commit is contained in:
2024-07-19 12:23:09 +02:00
parent 124bd21bfe
commit 9a7f28d586
4 changed files with 17 additions and 0 deletions

5
install-gitea.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -eu
wget "https://github.com/go-gitea/gitea/releases/download/v1.22.1/gitea-1.22.1-linux-amd64" -nv -O /tmp/gitea
install -m 755 /tmp/gitea /usr/local/bin/