Skip to content

Commit 4380792

Browse files
authored
Create install.sh
1 parent 20837f1 commit 4380792

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

install.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)