From 99302bbaff9f6327feff7c0894e5430463c53a69 Mon Sep 17 00:00:00 2001 From: dmdhrumilmistry <56185972+dmdhrumilmistry@users.noreply.github.com> Date: Mon, 3 Jan 2022 20:31:59 +0530 Subject: [PATCH] update installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40342fd..586bedd 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If your device is rooted then you can have full control over the android smartph - Execute command in Termux App ``` - curl https://raw.githubusercontent.com/dmdhrumilmistry/Termux-SSH/main/install.sh | bash + cd $HOME && mkdir tmp && cd tmp && curl -O https://raw.githubusercontent.com/dmdhrumilmistry/Termux-SSH/main/install.sh && chmod +x $HOME/tmp/install.sh && ./install.sh; cd $HOME ;rm -rf $HOME/tmp ``` ### Maually