Skip to content

Commit

Permalink
Update v2ray.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyang12315 committed Dec 24, 2023
1 parent 51138b3 commit 4d55bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ EOF
$iptable_way-save -c > /root/.iptables
fi

pip install -U v2ray_util
pip install -U v2ray_util --break-system-packages

if [[ -e $util_path ]];then
[[ -z $(cat $util_path|grep lang) ]] && echo "lang=en" >> $util_path
Expand Down

0 comments on commit 4d55bb6

Please sign in to comment.