From 286f099b733cb7728532d657164210cfcbdcb41e Mon Sep 17 00:00:00 2001 From: nolim1t Date: Fri, 6 Mar 2020 10:10:54 +0700 Subject: [PATCH] Add wget command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60de7f2..12955e7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Run this from your home directory. This clones this repo into your home director # This will not overwrite any other files but you should segment this in its # own account curl "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/install-box.sh" | sh +# OR wget (if this works better) +wget -qO- "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/install-box.sh" | sh ``` ### Running