🎉 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

View File

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