From 7038402a7e4b8c4980fdd29c30e4dd94645c9867 Mon Sep 17 00:00:00 2001 From: Andrei Shevchuk Date: Mon, 26 Feb 2018 12:54:52 +0300 Subject: [PATCH] Change shell to bash at last --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1315c3..375bba9 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ Supported languages: Chinese (simplified), English, French, German, Portuguese, - Run it: `bash /tmp/install.sh` 2. **Easier, less secure way** — just download and run install script: - `wget -O - https://github.com/shvchk/poly-light/raw/master/install.sh | sh` + `wget -O - https://github.com/shvchk/poly-light/raw/master/install.sh | bash`