update
This commit is contained in:
parent
d327d3722e
commit
1b2dbe109b
|
@ -5,6 +5,5 @@ rm -rf ./*/.git & rm -f ./*/.gitattributes
|
|||
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.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
|
||||
|
|
|
@ -16,7 +16,7 @@ function mvdir() {
|
|||
mv -n `find $1/* -maxdepth 0 -type d` ./
|
||||
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/aria2
|
||||
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 's/pkg_web_version:=.*/pkg_web_version:=$pkg_version/' alist/Makefile
|
||||
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue