Add git-http package installation

Adding 'git-http' package installation to avoid error: 
git: 'remote-https' is not a git command. See 'git --help'
This commit is contained in:
ukfhVp0zms 2023-01-18 18:41:29 -07:00 committed by GitHub
parent 05f070dc90
commit a20422a7c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,7 @@ The easiest way to do this is to use ssh into the router and enter these command
```
opkg update
opkg install netperf
opkg install git
opkg install netperf git git-http
cd /usr/lib
git clone https://github.com/richb-hanover/OpenWrtScripts.git
```