From 4d55bb6a4385b7981ccb869e8d8e5f62e2b626ef Mon Sep 17 00:00:00 2001 From: chenyang12315 <30497926+chenyang12315@users.noreply.github.com> Date: Sun, 24 Dec 2023 16:37:55 +1100 Subject: [PATCH] Update v2ray.sh add --break-system-packages #669 https://github.com/Jrohy/multi-v2ray/issues/661 https://github.com/Jrohy/multi-v2ray/pull/669/commits/3a4be9ac65f7185a839c8b3d9129292e30121123#diff-8cab7d44856bdc830e41d50c79b40ec7c9e8a1d296d63e83f0c58f394b9cd4f8 --- v2ray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2ray.sh b/v2ray.sh index c28e0d90..bf23a6e4 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -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