Change git clone from git: to https:

This commit is contained in:
Rich Brown 2022-04-12 09:07:26 -04:00
parent 61aa7755dc
commit 05f070dc90

View file

@ -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)