ddnsto_all_in_one_script
ddnsto_all_in_one_script copied to clipboard
ddnsto 一键安装脚本
ddnsto 在 openwrt 的一键安装脚本
旧的安装方式如下
- 可以直接在软路由ttyd执行,复制👇👇👇
sh -c "$(curl -sSL http://fw.koolcenter.com/binary/ddnsto/openwrt/install_ddnsto.sh)"- 然后到ttyd终端下回车后进度结束。👇
- 刷新一下就出现在服务里了。如果还没明白,可以看视频如何安装就行
- 如果在过程中遇到安装失败,可以执行备用命令安装👇
- 备用命令
wget --no-check-certificate https://raw.githubusercontent.com/linkease/ddnsto_all_in_one_script/master/install_ddnsto.sh && sh install_ddnsto.sh
新的安装方式如下
via curl
sh -c "$(curl -sSL http://fw.koolcenter.com/binary/ddnsto/openwrt/install_ddnsto.sh)"
via wget
sh -c "$(wget --no-check-certificate -qO- http://fw.koolcenter.com/binary/ddnsto/openwrt/install_ddnsto.sh)"
Or
cd /tmp; wget --no-check-certificate http://fw.koolcenter.com/binary/ddnsto/openwrt/install_ddnsto.sh; sh ./install_ddnsto.sh