This commit is contained in:
kenzok8 2023-02-25 18:12:43 +08:00
parent d327d3722e
commit 1b2dbe109b
2 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,5 @@ rm -rf ./*/.git & rm -f ./*/.gitattributes
rm -rf ./*/.svn & rm -rf ./*/.github & rm -rf ./*/.gitignore rm -rf ./*/.svn & rm -rf ./*/.github & rm -rf ./*/.gitignore
rm -rf create_acl_for_luci.err & rm -rf create_acl_for_luci.ok rm -rf create_acl_for_luci.err & rm -rf create_acl_for_luci.ok
rm -rf create_acl_for_luci.warn rm -rf create_acl_for_luci.warn
cp -f .github/diy/packages/files/usr/lib/lua/luci/view/admin_status/index/links.htm my-default-settings/files/usr/lib/lua/luci/view/admin_status/index/links.htm
exit 0 exit 0

3
.github/diy/main.sh vendored
View File

@ -16,7 +16,7 @@ function mvdir() {
mv -n `find $1/* -maxdepth 0 -type d` ./ mv -n `find $1/* -maxdepth 0 -type d` ./
rm -rf $1 rm -rf $1
} }
git clone --depth 1 https://github.com/kiddin9/my-packages && mvdir my-packages git clone --depth 1 https://github.com/kenzo78/my-packages && mvdir my-packages
git clone --depth 1 https://github.com/kiddin9/luci-app-dnsfilter git clone --depth 1 https://github.com/kiddin9/luci-app-dnsfilter
git clone --depth 1 https://github.com/kiddin9/aria2 git clone --depth 1 https://github.com/kiddin9/aria2
git clone --depth 1 https://github.com/kiddin9/luci-app-baidupcs-web git clone --depth 1 https://github.com/kiddin9/luci-app-baidupcs-web
@ -177,6 +177,5 @@ sed -i 's/ ip.neighbors/ luci.ip.neighbors/' luci-app-wifidog/luasrc/model/cbi/w
sed -i -e 's/nas/system/g' -e 's/NAS/System/g' $(grep -rl 'nas\|NAS' luci-app-fileassistant) sed -i -e 's/nas/system/g' -e 's/NAS/System/g' $(grep -rl 'nas\|NAS' luci-app-fileassistant)
sed -i 's/pkg_web_version:=.*/pkg_web_version:=$pkg_version/' alist/Makefile sed -i 's/pkg_web_version:=.*/pkg_web_version:=$pkg_version/' alist/Makefile
exit 0 exit 0