1
0

Change shell to bash

This commit is contained in:
Andrei Shevchuk
2018-02-26 12:37:48 +03:00
parent 23df556c58
commit f5e459f0db
+1 -1
View File
@@ -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`