-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Installing
Greys有两种安装方式,安装即可用,推荐使用命令行安装。
请复制以下内容,并粘贴到命令行中。
curl -sLk http://ompc.oss.aliyuncs.com/greys/install.sh|sh
-
执行命令
unzip greys.zip chmod +x greys/greys.sh
## 常见安装问题
* **下载失败**
通常这样的原因你需要检查你的网络是否畅通,核对是否能正确访问这个网址
[http://ompc.oss.aliyuncs.com/greys/greys.zip](http://ompc.oss.aliyuncs.com/greys/greys.zip)
```shell
downloading...
download failed!
-
没有权限
安装脚本首先会将greys文件从阿里云服务器上下载到当前执行脚本的目录,所以你必须要拥有当前目录的写权限。
permission denied, target directory is not writable.