This commit is contained in:
233boy
2022-10-06 08:10:25 +08:00
parent 776d7e6887
commit 7dddce121b
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ _download_v2ray_file() {
fi
unzip -o $v2ray_tmp_file -d "/usr/bin/v2ray/"
chmod +x /usr/bin/v2ray/{v2ray,v2ctl}
chmod +x /usr/bin/v2ray/v2ray
if [[ ! $(cat /root/.bashrc | grep v2ray) ]]; then
echo "alias v2ray=$_v2ray_sh" >>/root/.bashrc
fi