From f5e459f0db91579ba2774520e15f4942b936dcdb Mon Sep 17 00:00:00 2001 From: Andrei Shevchuk Date: Mon, 26 Feb 2018 12:37:48 +0300 Subject: [PATCH] Change shell to bash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cfc3e7..c1315c3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Supported languages: Chinese (simplified), English, French, German, Portuguese, - Download install script: `wget -P /tmp https://github.com/shvchk/poly-light/raw/master/install.sh` - Review install script at `/tmp/install.sh` - - Run it: `sh /tmp/install.sh` + - 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`