v2ray icon indicating copy to clipboard operation
v2ray copied to clipboard

无法用bash <(wget -qO- -o- https://git.io/v2ray.sh)下载安装脚本

Open arxidinakbar opened this issue 1 year ago • 2 comments

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'

有大佬能解读下吗,小白一枚

arxidinakbar avatar Nov 12 '24 10:11 arxidinakbar

➜ ~ sudo bash <(wget -qO- -o- https://git.io/v2ray.sh) bash: /proc/self/fd/11: No such file or directory

我也无法安装

nonozone avatar Dec 06 '24 01:12 nonozone

➜ ~ 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)

limit81995 avatar Dec 17 '24 07:12 limit81995