V2ray download/setup/install service on CentOS 6
slrslr opened this issue · 3 comments
slrslr commented
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
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 ***@***.***> 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](#16), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6N3CYCCRCXAXKPIRXTS4LGYLANCNFSM4WZAXTPQ).
hijkpw commented
sorry, the cammand is: wget [https://raw.githubusercontent.com/hijkpw/scripts/master/goV2.sh](https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh) -O -| bash
Sent from ProtonMail Mobile
…On Fri, Jan 29, 2021 at 23:23, hijk.pw ***@***.***> 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 ***@***.***> 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](#16), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6N3CYCCRCXAXKPIRXTS4LGYLANCNFSM4WZAXTPQ).
slrslr commented
Thank you for help, it worked 👍:
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