bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
# some output skipped...
installed: /usr/local/bin/v2ray
installed: /usr/local/share/v2ray/geoip.dat
installed: /usr/local/share/v2ray/geosite.dat
installed: /etc/systemd/system/v2ray.service
installed: /etc/systemd/system/v2ray@.service
removed: /tmp/tmp.BNTktYV17n
info: V2Ray v5.3.0 is installed.
# some output skipped...
And I can not find v2ctl:
$ v2ctl
zsh: command not found: v2ctl
$ ls /usr/local/bin/v2ctl
ls: cannot access '/usr/local/bin/v2ctl': No such file or directory
$ whereis v2ctl
v2ctl:
The document says it contains
v2ctl
:however,
v2ctl
is not installed:And I can not find
v2ctl
:My question: How can I install
v2ctl
?