Skip to content

Commit

Permalink
remove v2ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr committed Oct 6, 2022
1 parent 8e9f1a1 commit 68bada2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ fi

# Prepare
echo "Prepare to use"
unzip v2ray.zip && chmod +x v2ray v2ctl
mv v2ray v2ctl /usr/bin/
unzip v2ray.zip && chmod +x v2ray
mv v2ray /usr/bin/
mv geosite.dat geoip.dat /usr/local/share/v2ray/
mv config.json /etc/v2ray/config.json

Expand Down

0 comments on commit 68bada2

Please sign in to comment.