From e4540afcb57797383489df40c875f835b1faf22d Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 5 May 2021 00:30:40 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c64ae96..e0e95af 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ Video Tutorial: [Install Kinto.sh for Linux in less than a minute](https://www.y Paste the following into your Terminal ``` -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh)" +/bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh || curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh)" ``` Uninstall ``` -/bin/bash <( curl https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh ) -r +/bin/bash <( wget -qO- https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh || curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh ) -r ``` ### Old Install Method