From f3be67d2b93e9c3eb1955af3f780908bf104eee7 Mon Sep 17 00:00:00 2001 From: Chriztoffer Date: Fri, 26 Feb 2021 23:32:00 +0100 Subject: [PATCH] readme: add mention of wget can be used, too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8917d0..9d1a815 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ View YABS usage stats [here](https://yabs.rowe.sh). ## How to Run -`curl -sL yabs.sh | bash` +`curl -sL yabs.sh | bash` or `wget -q -O - yabs.sh | bash` This script has been tested on the following Linux distributions: CentOS 6+, Debian 8+, Fedora 30, and Ubuntu 16.04+. It is designed to not require any external dependencies to be installed nor elevated privileges to run.