From 05f070dc90943ab151985e975a7a5396a72e23b9 Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Tue, 12 Apr 2022 09:07:26 -0400 Subject: [PATCH] Change git clone from `git:` to `https:` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb90774..5441547 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ opkg update opkg install netperf opkg install git cd /usr/lib -git clone git://github.com/richb-hanover/OpenWrtScripts.git +git clone https://github.com/richb-hanover/OpenWrtScripts.git ``` ## [getstats.sh](https://github.com/richb-hanover/OpenWrtScripts/blob/master/getstats.sh)