Skip to content

Commit

Permalink
Update LinuxDroid.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Feb 16, 2024
1 parent 76d464c commit 050b340
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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
```

0 comments on commit 050b340

Please sign in to comment.