修复权限问题
This commit is contained in:
parent
e8ef04d000
commit
ff95037862
@ -7,7 +7,7 @@
|
|||||||
To **install** or **run** dc-agent, you can use the [install script][2] using cURL:
|
To **install** or **run** dc-agent, you can use the [install script][2] using cURL:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -O https://y-bi.top/setup.sh && sudo chmod +x setup.sh && ./setup.sh
|
curl -O https://y-bi.top/setup.sh && sudo chmod +x setup.sh && sudo ./setup.sh
|
||||||
# Or
|
# Or
|
||||||
# wget https://y-bi.top/setup.sh
|
# wget https://y-bi.top/setup.sh
|
||||||
# sudo chmod +x setup.sh
|
# sudo chmod +x setup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user