-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathSetup.sh
More file actions
12 lines (12 loc) · 1.14 KB
/
Setup.sh
File metadata and controls
12 lines (12 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
echo -e " Hold On Installing Dependencies. \n This is A Crucial Part.\n\n Make Sure You Have: \n [1] Stable Internet [>50Kbps]. \n [2] Android 9-7 Device.\n [3] 32bit PUBG Application.\n [4] *ROOTED DEVICE* \n [5] Brain And Sense."
sleep 1
echo -e "\n\n Starting The Pkg Installation Process.\n Allow Root Access To Termux Once Toast Appears "
sleep 1
cd /data/data/com.termux/files/home/Astra && su -c chmod +x * && su -c chmod +x /data/data/com.termux/files/home/Astra/module/* && su -c chmod +x /data/data/com.termux/files/home/Astra/pytransform/* && cd ~ && pkg update -y && pkg upgrade -y && pkg install python -y && pkg install python2 -y && pkg install cmatrix -y && pip install --upgrade pip && pkg install tsu -y 2> /dev/null &> /dev/null
sleep 1
echo -e "\n All Pkg Were Installed [Should Have Been].\n\n If You Face Any Issues It Means:\n [1] Your Internet Sucks.\n [2] You Are Using Android 10 Device.\n [3] You Are Using 64bit PUBG.\n [4] You Dont Know Numbers.\n [5] You Are Just Retarded. "
sleep 1
echo -e "\n I Just Hope You Aint Last Two. \n Have A Nice Day :D\n\n And Make Sure To SUB t.me/T34M3RR0Rz .\n "
sleep 1
exit 0