🎉 Added gitea
This commit is contained in:
parent
124bd21bfe
commit
9a7f28d586
@ -11,6 +11,7 @@ set(TOOLS
|
|||||||
"svenstaro/miniserve"
|
"svenstaro/miniserve"
|
||||||
"rami3l/pacaptr"
|
"rami3l/pacaptr"
|
||||||
"Doctave/doctave"
|
"Doctave/doctave"
|
||||||
|
"go-gitea/gitea"
|
||||||
)
|
)
|
||||||
|
|
||||||
set(EXTRA_TOOLS
|
set(EXTRA_TOOLS
|
||||||
|
@ -52,6 +52,12 @@ Repo: https://github.com/Doctave/doctave
|
|||||||
|
|
||||||
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-doctave.sh" | sudo bash`
|
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-doctave.sh" | sudo bash`
|
||||||
|
|
||||||
|
### gitea
|
||||||
|
|
||||||
|
Repo: https://github.com/go-gitea/gitea
|
||||||
|
|
||||||
|
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-gitea.sh" | sudo bash`
|
||||||
|
|
||||||
### butler
|
### butler
|
||||||
|
|
||||||
Repo: https://github.com/itchio/butler
|
Repo: https://github.com/itchio/butler
|
||||||
|
5
install-gitea.sh
Normal file
5
install-gitea.sh
Normal 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/
|
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/
|
Loading…
x
Reference in New Issue
Block a user