gatechain / node-binary

Binaries and config for GateChain clients
7 stars 3 forks source link

一键安装出错 #4

Open yan253319066 opened 3 years ago

yan253319066 commented 3 years ago

image

bash <(wget -qO- https://raw.githubusercontent.com/gatechain/node-binary/master/node/install.sh) ========== Gate Chain Node Installation ========== Installer Version: v1.0.7 Detected OS: linux

... creating /root/.gated ... Downloading gatecli wget: unrecognized option '--show-progress' Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options. chmod: cannot access ‘./gatecli’: No such file or directory ... Downloading gated wget: unrecognized option '--show-progress' Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options. chmod: cannot access ‘./gated’: No such file or directory ... Downloading config files for full node wget: unrecognized option '--show-progress' Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options. wget: unrecognized option '--show-progress' Usage: wget [OPTION]... [URL]...

Try wget --help' for more options. ... Installation successful! ...gatecli,gated`, added to /usr/local/bin

yan253319066 commented 3 years ago

有没有技术群

mofeixiaobao commented 3 years ago

可以找一个文件在你的环境下载,直接wget -q --show-progress [URL] 看wget是否支持。也可以参考另一种方式自己手动安装

yan253319066 commented 3 years ago

我手动装好了

shenhqe commented 3 years ago

始终无法建立ssl连接,试了--no-check-certificate还是不行,怎么解决

infozyx commented 5 months ago

修改下脚本或者自己手动下载就可以了