hijkpw / scripts

Shadowsocks/SS一键脚本、ShadowsocksR/SSR一键脚本、V2Ray一键脚本、trojan一键脚本、VPS教程
https://hijk.art
Do What The F*ck You Want To Public License
2.33k stars 1k forks source link

V2ray download/setup/install service on CentOS 6 #16

Closed slrslr closed 3 years ago

slrslr commented 3 years ago

Please how to install v2ray on Cent0S 6?

wget https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh -O -|bash 系统版本: CentOS release 6.10 (Final) 不受支持的CentOS版本

translation: Unsupported CentOS version

hijkpw commented 3 years ago

try this: wget https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh -O -| bash

Sent from ProtonMail Mobile

On Fri, Jan 29, 2021 at 23:19, slrslr notifications@github.com wrote:

Please how to install v2ray on Cent0S 6?

wget https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh -O -|bash 系统版本: CentOS release 6.10 (Final) 不受支持的CentOS版本

translation: Unsupported CentOS version

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hijkpw commented 3 years ago

sorry, the cammand is: wget https://raw.githubusercontent.com/hijkpw/scripts/master/goV2.sh -O -| bash

Sent from ProtonMail Mobile

On Fri, Jan 29, 2021 at 23:23, hijk.pw hijk.pw@protonmail.ch wrote:

try this: wget https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh -O -| bash

Sent from ProtonMail Mobile

On Fri, Jan 29, 2021 at 23:19, slrslr notifications@github.com wrote:

Please how to install v2ray on Cent0S 6?

wget https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh -O -|bash 系统版本: CentOS release 6.10 (Final) 不受支持的CentOS版本

translation: Unsupported CentOS version

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

slrslr commented 3 years ago

Thank you for help, it worked :+1::

wget https://raw.githubusercontent.com/hijkpw/scripts/master/goV2.sh -O -|bash

Then setup the service: wget https://raw.githubusercontent.com/slrslr/Miscellaneous-bash-scripts/master/etc_init.d_v2ray -O v2ray;sudo mv v2ray /etc/init.d/;sudo chmod +x /etc/init.d/v2ray;sudo chkconfig v2ray on;sudo service v2ray start

alternative file: https://pastebin.com/raw/1tBwvaCG