From 2c4f89c8a702759fdaba616b1190f1857914fcc9 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Tue, 15 Sep 2020 22:59:24 +0800 Subject: [PATCH] Update diy-part1.sh --- Scripts/diy-part1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/diy-part1.sh b/Scripts/diy-part1.sh index 2c6ff60..01b689f 100644 --- a/Scripts/diy-part1.sh +++ b/Scripts/diy-part1.sh @@ -1,5 +1,7 @@ #!/bin/bash +Github=https://github.com/Hyy2001X/Openwrt-AutoUpdate + ExtraPackages_GIT() { [ -d ./package/lean/$1 ] && rm -rf ./package/lean/$1 while [ ! -f $1/Makefile ] @@ -27,5 +29,5 @@ ExtraPackages_SVN luci-app-adguardhome https://github.com/Lienol/openwrt/trunk/p ExtraPackages_SVN luci-app-smartdns https://github.com/project-openwrt/openwrt/trunk/package/ntlf9t ExtraPackages_SVN smartdns https://github.com/project-openwrt/openwrt/trunk/package/ntlf9t [ -d ./Openwrt-AutoUpdate ] && rm -rf ./Openwrt-AutoUpdate -git clone https://github.com/Hyy2001X/Openwrt-AutoUpdate +git clone $Github mv Openwrt-AutoUpdate/AutoUpdate.sh ./package/base-files/files/bin