From b1eb0b639508f2ecce852e01384329cc3c0cc027 Mon Sep 17 00:00:00 2001 From: keeptpa Date: Sat, 16 Mar 2024 18:06:52 +0800 Subject: [PATCH] Update diy-part1.sh --- diy-part1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy-part1.sh b/diy-part1.sh index 3c93d5a..e52666b 100755 --- a/diy-part1.sh +++ b/diy-part1.sh @@ -15,7 +15,7 @@ # Add a feed source echo 'src-git kenzo https://github.com/kenzok8/openwrt-packages' >>feeds.conf.default -echo 'src-git small https://github.com/kenzok8/small' >>feeds.conf.default +echo 'src-git small https://github.com/kenzok8/small-package' >>feeds.conf.default echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default