Update main.sh
This commit is contained in:
parent
a19d062352
commit
685d7ecd81
2
main.sh
2
main.sh
|
@ -3,7 +3,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/kenzok78/my-packages && mvdir my-packages
|
||||
git clone --depth 1 https://github.com/kiddin9/openwrt-bypass && mvdir openwrt-bypass
|
||||
git clone --depth 1 https://github.com/kiddin9/luci-app-dnsfilter
|
||||
git clone --depth 1 https://github.com/kiddin9/aria2
|
||||
|
|
Loading…
Reference in New Issue