修复权限问题

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: 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