From bd65359f15e493cf2741a7d8f8a95f5286cf6f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:32:27 +0800 Subject: [PATCH] Pull my software package repository --- diy-part1.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/diy-part1.sh b/diy-part1.sh index 3bbe993..bad4318 100644 --- a/diy-part1.sh +++ b/diy-part1.sh @@ -15,3 +15,6 @@ echo $date_version > version author="xiaomeng9597" sed -i "s/DISTRIB_DESCRIPTION.*/DISTRIB_DESCRIPTION='%D %V ${date_version} by ${author}'/g" package/base-files/files/etc/openwrt_release sed -i "s/OPENWRT_RELEASE.*/OPENWRT_RELEASE=\"%D %V ${date_version} by ${author}\"/g" package/base-files/files/usr/lib/os-release + +# 拉取我的软件包仓库 +sed -i '$a src-git xiaomeng_package https://github.com/xiaomeng9597/openwrt-packages2.git;main' feeds.conf.default \ No newline at end of file