# 还是一键的香
1 min read
Table of Contents
bash <(curl -sL https://s.hijk.art/v2ray.sh)
https://v2raytech.com/centos-one-click-install-v2ray/
💬 回复: Jun (2022-01-03)
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
💬 回复: Jun (2022-01-03)
Jun 这个不太好用,到最后一步生成v2ray的时候报错,提示配置信息未定义
💬 回复: Jun (2022-01-12)
1楼的那个发现也用不了了,现在用的是这个:
bash <(curl -s -L https://git.io/v2ray.sh)
💬 回复: Jun (2022-05-05)
https://233v2.com/post/1/
bash <(curl -s -L https://233v2.com/v2.sh)
这个也可以用。
💬 回复: Jun (2022-05-05)
Jun 好像用不了了。。