From 91d76f054a784900364aefa806ec2881c6de975b Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:07:44 +0800 Subject: [PATCH] fix shadowsocks error --- Scripts/AutoBuild_DiyScript.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index af462bc..271a373 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -88,11 +88,11 @@ EOF AddPackage git other helloworld fw876 master AddPackage git other luci-app-smartdns pymumu lede # sed -i 's/143/143,8080,8443,6969,1337/' $(PKG_Finder d package luci-app-ssr-plus)/root/etc/init.d/shadowsocksr - - for x in $(ls -1 ${CustomFiles}/Patches/luci-app-shadowsocksr) - do - patch < ${CustomFiles}/Patches/luci-app-shadowsocksr/${x} -p1 -d ${WORK} - done ; unset x + # Close patch 2024.03.02 by xinb + # for x in $(ls -1 ${CustomFiles}/Patches/luci-app-shadowsocksr) + # do + # patch < ${CustomFiles}/Patches/luci-app-shadowsocksr/${x} -p1 -d ${WORK} + # done ; unset x patch < ${CustomFiles}/Patches/fix_coremark.patch -p1 -d ${WORK} #patch < ${CustomFiles}/Patches/fix_aria2_auto_create_download_path.patch -p1 -d ${WORK}