We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040248a commit dc63651Copy full SHA for dc63651
1 file changed
README.md
@@ -44,6 +44,17 @@ Fedora Linux
44
dnf update -y && dnf install git -y && dnf install sudo -y && sudo dnf install redhat-lsb-core -y && git clone https://github.com/suchsoak/Shell_Script_Linux.git && cd Shell_Script_Linux && chmod 777 script.sh && clear && bash ./script.sh
45
```
46
47
+# Termux
48
+
49
+> Android
50
51
+> [!Note]
52
+> For termux i will use "uname"
53
54
+```sh
55
+elif [ "$(uname -o)" == "Android" ]; then
56
+```
57
58
## Usage
59
60
```sh
0 commit comments