Skip to content

Commit 3c1ad80

Browse files
authored
custom package: reuse sirpdboy netspeedtest
1 parent b7e490e commit 3c1ad80

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

compile_script/main_and_feeds_url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

diy_script/custom_feeds_and_packages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)