From ecdf34923039ceac7f7ea898e2e4a1a1641b5a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=A8=AE?= <39034242+kenzok8@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:29:02 +0800 Subject: [PATCH] Update default-settings --- .github/diy/default-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/diy/default-settings b/.github/diy/default-settings index 86140e73d..2a454c737 100755 --- a/.github/diy/default-settings +++ b/.github/diy/default-settings @@ -71,6 +71,6 @@ rm -f /tmp/luci-indexcache chmod 0755 /etc/init.d/* -sed -i.bak '/option check_signature/s/^/#/' /etc/opkg/distfeeds.conf +sed -i.bak '/^option overlay_root \/overlay/s/^/#/' /etc/opkg.conf sed -i.bak '/_smpackage/s#https://[^ ]*/packages/x86_64/smpackage#https://op.dllkids.xyz/packages/x86_64/#g' /etc/opkg/distfeeds.conf exit 0