From f2aef30565e9ea02a32b73f47f9e0b655ee5841e Mon Sep 17 00:00:00 2001 From: theregoesmyeye <64832453+theregoesmyeye@users.noreply.github.com> Date: Thu, 2 May 2024 20:54:13 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a34a27f..0395e2b 100644 --- a/README.md +++ b/README.md @@ -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 ``` --- + + +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 +``` \ No newline at end of file