Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md → LinuxDroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,14 @@ Feel free to reach out, and let's build something amazing together! 🚀
</p>
<p align="center">Made with ❤️ By <a href="aryanvbw.github.io">*Vivek W*</a></p>
<p align="center" style="font-size: 8px">v1.1.2</p>
3. Open Termux and type (or copy-paste) the following:

```bash
pkg update -y && pkg upgrade -y
termux-setup-storage
pkg install wget -y && pkg install figlet -y
wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh
wget https://github.com/AryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc
rm -rf .bashrc && cp default.bashrc .bashrc
wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid.sh && chmod +x LinuxDroid.sh && bash LinuxDroid.sh
```
28 changes: 0 additions & 28 deletions Looks.md

This file was deleted.