安装deepin系统后要做的事
https://github.com/MuYi086?tab=repositorieswget https://install.direct/go.sh sudo bash go.sh --local ./v2ray-linux-64.zip # 启动v2ray sudo systemctl start v2ray # 查看v2ray状态 sudo systemctl status v2ray # 停止v2ray sudo systemctl stop v2ray# 启动v2ray service v2ray start # 查看v2ray状态 service v2ray status # 停止v2ray service v2ray stop
Last updated
Was this helpful?