Skip to content

Commit

Permalink
update installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry authored Jan 3, 2022
1 parent 75b076f commit 99302bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99302bb

Please sign in to comment.