change sh to bash to accept user input

Previous curl to sh don't let user input
This commit is contained in:
rupak
2026-01-17 17:12:35 +05:45
committed by GitHub
parent 36cf6b5553
commit a68289264b

View File

@@ -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: Run the following command to install TLauncher:
```bash ```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 ## Usage