Skip to content

Commit dc63651

Browse files
authored
Update README.md
Termux - Android
1 parent 040248a commit dc63651

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ Fedora Linux
4444
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
4545
```
4646

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+
4758
## Usage
4859

4960
```sh

0 commit comments

Comments
 (0)