mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
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:
parent
05f070dc90
commit
a20422a7c9
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue