Skip to content

Commit

Permalink
Update diy-part2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HateBaozi authored Mar 8, 2021
1 parent cf3bfdb commit db315ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions diy-part2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sed -i 's/192.168.1.1/192.168.1.254/g' package/base-files/files/bin/config_gener

#custom your packages
#git clone https://github.com/rufengsuixing/luci-app-adguardhome.git package/luci-app-adguardhome
git clone -b master https://github.com/vernesong/OpenClash.git package/luci-app-openclash
#git clone -b master https://github.com/vernesong/OpenClash.git package/luci-app-openclash

#svn co --force https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-netdata package/luci-app-netdata && svn revert -R package/luci-app-netdata
#svn co --force https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-zerotier package/luci-app-zerotier && svn revert -R package/luci-app-zerotier
Expand All @@ -28,6 +28,6 @@ git clone -b master https://github.com/vernesong/OpenClash.git package/luci-app
#sed -i '/dependencies/a\\$(curdir)/upx/compile := $(curdir)/ucl/compile' tools/Makefile

#update golang
pushd feeds/packages/lang
rm -rf golang && svn co https://github.com/openwrt/packages/trunk/lang/golang
popd
#pushd feeds/packages/lang
#rm -rf golang && svn co https://github.com/openwrt/packages/trunk/lang/golang
#popd

0 comments on commit db315ee

Please sign in to comment.