修复权限问题

This commit is contained in:
yi-ge 2019-08-27 11:54:31 +08:00
parent e8ef04d000
commit ff95037862

View File

@ -7,7 +7,7 @@
To **install** or **run** dc-agent, you can use the [install script][2] using cURL:
```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
# wget https://y-bi.top/setup.sh
# sudo chmod +x setup.sh