🎉 Added gitea
This commit is contained in:
5
templates/install-gitea.sh.in
Normal file
5
templates/install-gitea.sh.in
Normal 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/
|
Reference in New Issue
Block a user