build_gitea : remove sudo on curl bash
This commit is contained in:
parent
b5bdf85d71
commit
7a810ad0b5
@ -29,4 +29,4 @@ sudo ln -s /usr/local/go/bin /usr/bin/go
|
||||
|
||||
sudo apt-get update && sudo apt-get install make
|
||||
|
||||
curl -L 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 | bash
|
@ -2,5 +2,5 @@
|
||||
It's simple, Build Gitea and done. nothing special.
|
||||
|
||||
```shell
|
||||
curl -L 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 | bash
|
||||
```
|
Loading…
Reference in New Issue
Block a user