forked from MrHacker-X/DevilX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.sh
30 lines (29 loc) · 1.33 KB
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
clear
echo -e "\033[1;91m
░ ░░░ ░░ ░░░░ ░░ ░░ ░░░░░░░░ ░░░░ ░
▒ ▒▒▒▒ ▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒
▓ ▓▓▓▓ ▓▓ ▓▓▓▓▓ ▓▓ ▓▓▓ ▓▓ ▓▓▓▓▓▓▓▓▓▓ ▓▓▓
█ ████ ██ ██████████ ████ ██ █████████ ██ ██
█ ███ █████ █████ ██ ██ ████ █
██████████████████████████████████████████████████████
\033[1;90m github.com/Alone Stand Larka Anas ~ \033[1;92m Version: 1.1.2 "
echo -e "\n\033[1;90m~ Alone Stand Larka Anas"
echo -e "\033[1;94m"
read -p "Press ENTER To Continue"
echo -e "\033[1;92m"
apt update -y
apt upgrade -y
apt install git -y
apt install python -y
apt install python3 -y
apt install wget -y
apt install curl -y
apt install python-pip -y
pip install lolcat
pip install bs4
pip install beautifulsoup4
pip install requests
pip install instaloader
echo -e "\n\033[1;92m~ Installation is done\n~ Now type 'python anasx.py' to run the tool\n"
exit