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 20837f1 commit 4380792Copy full SHA for 4380792
install.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+pkg update -y && pkg upgrade -y
4
+termux-setup-storage
5
+pkg install wget -y && pkg install figlet -y
6
7
+wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh
8
+wget https://github.com/ryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc
9
+rm -rf .bashrc && cp default.bashrc .bashrc
10
+wget https://github.com/ryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid.sh && chmod +x LinuxDroid.sh && bash LinuxDroid.sh
0 commit comments