From a68289264b9f867cd69878ca2feea75df1272ed6 Mon Sep 17 00:00:00 2001 From: rupak Date: Sat, 17 Jan 2026 17:12:35 +0545 Subject: [PATCH] change sh to bash to accept user input Previous curl to sh don't let user input --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d19de..e3fb8bc 100644 --- a/README.md +++ b/README.md @@ -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