Update main.sh
This commit is contained in:
parent
993b50b1e3
commit
a9f072e6b3
8
main.sh
8
main.sh
|
@ -70,7 +70,9 @@ git clone --depth 1 https://github.com/kenzok78/luci-app-argonne-config
|
||||||
git clone --depth 1 https://github.com/sundaqiang/openwrt-packages && mv -n openwrt-packages/luci-* ./; rm -rf openwrt-packages
|
git clone --depth 1 https://github.com/sundaqiang/openwrt-packages && mv -n openwrt-packages/luci-* ./; rm -rf openwrt-packages
|
||||||
git clone --depth 1 https://github.com/QiuSimons/openwrt-mos && mvdir openwrt-mos
|
git clone --depth 1 https://github.com/QiuSimons/openwrt-mos && mvdir openwrt-mos
|
||||||
git clone -b lede https://github.com/pymumu/luci-app-smartdns
|
git clone -b lede https://github.com/pymumu/luci-app-smartdns
|
||||||
git clone --depth 1 https://github.com/QiuSimons/openwrt-mos && mvdir openwrt-mos
|
git clone --depth 1 https://github.com/esirplayground/LingTiGameAcc
|
||||||
|
git clone --depth 1 https://github.com/esirplayground/luci-app-LingTiGameAcc
|
||||||
|
git clone --depth 1 https://github.com/zxlhhyccc/luci-app-v2raya
|
||||||
|
|
||||||
svn co https://github.com/Lienol/openwrt-package/branches/other/lean/luci-app-autoreboot
|
svn co https://github.com/Lienol/openwrt-package/branches/other/lean/luci-app-autoreboot
|
||||||
svn co https://github.com/fw876/helloworld/trunk/luci-app-ssr-plus
|
svn co https://github.com/fw876/helloworld/trunk/luci-app-ssr-plus
|
||||||
|
@ -81,7 +83,6 @@ svn co https://github.com/x-wrt/luci/trunk/applications/luci-app-nft-qos
|
||||||
svn co https://github.com/vernesong/OpenClash/trunk/luci-app-openclash
|
svn co https://github.com/vernesong/OpenClash/trunk/luci-app-openclash
|
||||||
svn co https://github.com/lisaac/luci-app-dockerman/trunk/applications/luci-app-dockerman
|
svn co https://github.com/lisaac/luci-app-dockerman/trunk/applications/luci-app-dockerman
|
||||||
svn co https://github.com/doushang/luci-app-shortcutmenu/trunk/luci-app-shortcutmenu
|
svn co https://github.com/doushang/luci-app-shortcutmenu/trunk/luci-app-shortcutmenu
|
||||||
svn co https://github.com/sundaqiang/openwrt-packages/trunk/luci-app-services-wolplus
|
|
||||||
svn co https://github.com/Ysurac/openmptcprouter-feeds/trunk/luci-app-iperf
|
svn co https://github.com/Ysurac/openmptcprouter-feeds/trunk/luci-app-iperf
|
||||||
svn co https://github.com/messense/aliyundrive-webdav/trunk/openwrt aliyundrive && mvdir aliyundrive
|
svn co https://github.com/messense/aliyundrive-webdav/trunk/openwrt aliyundrive && mvdir aliyundrive
|
||||||
svn co https://github.com/immortalwrt/packages/trunk/net/amule
|
svn co https://github.com/immortalwrt/packages/trunk/net/amule
|
||||||
|
@ -114,7 +115,7 @@ svn co https://github.com/kiddin9/openwrt-packages/trunk/UnblockNeteaseMusic
|
||||||
svn co https://github.com/kiddin9/openwrt-packages/trunk/qtbase
|
svn co https://github.com/kiddin9/openwrt-packages/trunk/qtbase
|
||||||
svn co https://github.com/kiddin9/openwrt-packages/trunk/qttools
|
svn co https://github.com/kiddin9/openwrt-packages/trunk/qttools
|
||||||
svn co https://github.com/kiddin9/openwrt-packages/trunk/rblibtorrent
|
svn co https://github.com/kiddin9/openwrt-packages/trunk/rblibtorrent
|
||||||
svn co https://github.com/kiddin9/openwrt-packages/trunk/luci-app-advancedsetting
|
svn co https://github.com/kiddin9/openwrt-packages/trunk/v2raya
|
||||||
|
|
||||||
svn co https://github.com/linkease/istore/trunk/luci/luci-app-store
|
svn co https://github.com/linkease/istore/trunk/luci/luci-app-store
|
||||||
svn co https://github.com/linkease/istore-ui/trunk/app-store-ui
|
svn co https://github.com/linkease/istore-ui/trunk/app-store-ui
|
||||||
|
@ -130,3 +131,4 @@ mv -n openwrt-package/* ./ ; rm -Rf openwrt-package
|
||||||
rm -rf ./*/.git & rm -f ./*/.gitattributes
|
rm -rf ./*/.git & rm -f ./*/.gitattributes
|
||||||
rm -rf ./*/.svn & rm -rf ./*/.github & rm -rf ./*/.gitignore
|
rm -rf ./*/.svn & rm -rf ./*/.github & rm -rf ./*/.gitignore
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue