Update README.md

This commit is contained in:
theregoesmyeye 2024-05-02 20:54:13 -07:00 committed by GitHub
parent 820ae36f7a
commit f2aef30565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,3 +29,9 @@ Tired of typing in 'python3' evvery time you wanna run a script? Say no more, us
curl https://raw.githubusercontent.com/theregoesmyeye/TermuxSetup/main/setup.sh | bash curl https://raw.githubusercontent.com/theregoesmyeye/TermuxSetup/main/setup.sh | bash
``` ```
--- ---
Oh!I forgot to say, there's also an **--unattended** flag you may use on the script so you don't have to hit 'y' on everything.
```
curl https://raw.githubusercontent.com/theregoesmyeye/TermuxSetup/main/setup.sh -o setup.sh && chmod +x setup.sh && bash setup.sh && rm setup.sh
```