File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ declare -a custompackages_REPO_URLS=(
3030 https://github.com/AngelaCooljx/luci-theme-material3.git
3131 https://github.com/rufengsuixing/luci-app-adguardhome
3232 https://github.com/sbwml/luci-app-mosdns
33- # https://github.com/sirpdboy/luci-app- netspeedtest
33+ https://github.com/sirpdboy/netspeedtest.git
3434 https://github.com/timsaya/openwrt-bandix
3535 https://github.com/timsaya/luci-app-bandix
3636 https://github.com/destan19/OpenAppFilter
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ clone_custom_packages () {
3737
3838 # luci-app-netspeedtest source can't connect, use local copy instead
3939 # git clone https://github.com/sirpdboy/luci-app-netspeedtest ${path}netspeedtest
40- cp -rf $PATCHES_SRC_DIR /diy_script/custom_packages/netspeedtest ${path}
40+ git clone https://github.com/sirpdboy/netspeedtest.git ${path} netspeedtest
41+ # cp -rf $PATCHES_SRC_DIR/diy_script/custom_packages/netspeedtest ${path}
4142
4243
4344 git clone https://github.com/timsaya/openwrt-bandix.git ${path} openwrt-bandix
You can’t perform that action at this time.
0 commit comments