docs: update install instructions (#2553)

Use POSIX `sh`, mitigate possible timing attacks.
This commit is contained in:
Dario Vladović
2021-04-08 19:42:45 +02:00
committed by GitHub
parent 7a0046ed58
commit ea35359a09
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ pkg install getconf
### Installation
```sh
curl -fsSL https://starship.rs/install.sh | bash -s -- -b /data/data/com.termux/files/usr/bin
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --bin-dir /data/data/com.termux/files/usr/bin
```
## [Nix](https://nixos.wiki/wiki/Nix)