change sh to bash to accept user input
Previous curl to sh don't let user input
This commit is contained in:
@@ -20,7 +20,7 @@ This is a repo that i made to install TLauncher on Arch Linux directly from thei
|
||||
Run the following command to install TLauncher:
|
||||
|
||||
```bash
|
||||
curl -fsSl https://raw.githubusercontent.com/mttomaz/tlauncher-arch/master/install.sh | sh
|
||||
bash <(curl -fsSl https://raw.githubusercontent.com/mttomaz/tlauncher-arch/master/install.sh)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user