build_gitea : curl follow redirect
This commit is contained in:
parent
d279911de6
commit
b5bdf85d71
@ -29,4 +29,4 @@ sudo ln -s /usr/local/go/bin /usr/bin/go
|
|||||||
|
|
||||||
sudo apt-get update && sudo apt-get install make
|
sudo apt-get update && sudo apt-get install make
|
||||||
|
|
||||||
curl https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | sudo bash
|
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | sudo bash
|
@ -2,5 +2,5 @@
|
|||||||
It's simple, Build Gitea and done. nothing special.
|
It's simple, Build Gitea and done. nothing special.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/prebuild.sh | sudo bash
|
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/prebuild.sh | sudo bash
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user