v2ray
v2ray copied to clipboard
无法用bash <(wget -qO- -o- https://git.io/v2ray.sh)下载安装脚本
bash <(wget -qO- -o- https://git.io/v2ray.sh) Ubuntu18.04输入以上命令报错: /dev/fd/63: 行 1:--2024-11-12:未找到命令 /dev/fd/63: 行 2:未预期的符号’(‘ 附近有语法错误 /dev/fd/63: 行 2:’正在解析主机 git.io(git.io)...128.242.240.91,2a03:2880:f10f:83:face:b00c:0:25de'
有大佬能解读下吗,小白一枚
➜ ~ sudo bash <(wget -qO- -o- https://git.io/v2ray.sh) bash: /proc/self/fd/11: No such file or directory
我也无法安装
➜ ~ sudo bash <(wget -qO- -o- https://git.io/v2ray.sh) bash: /proc/self/fd/11: No such file or directory
我也无法安装
先进入root
su root
然后用root权限执行 bash <(wget -qO- -o- https://git.io/v2ray.sh)