From a20422a7c9849e13d10c13f6356c113240c6ac3c Mon Sep 17 00:00:00 2001 From: ukfhVp0zms <51839669+ukfhVp0zms@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:41:29 -0700 Subject: [PATCH] Add git-http package installation Adding 'git-http' package installation to avoid error: git: 'remote-https' is not a git command. See 'git --help' --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5441547..028af52 100644 --- a/README.md +++ b/README.md @@ -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 ```