-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.sh
46 lines (26 loc) · 998 Bytes
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/bash
clear
yellow=`tput setaf 3`
reset=`tput sgr0`
bold=$(tput bold)
echo -e """${yellow}${bold}
_____ ____ _____ _______ __ __ _____ _____ ______ _____
| __ \ / __ \| __ \__ __| \/ | /\ | __ \| __ \| ____| __ \
| |__) | | | | |__) | | | | \ / | / \ | |__) | |__) | |__ | |__) |
| ___/| | | | _ / | | | |\/| | / /\ \ | ___/| ___/| __| | _ /
| | | |__| | | \ \ | | | | | |/ ____ \| | | | | |____| | \ \
|_| \____/|_| \_\ |_| |_| |_/_/ \_\_| |_| |______|_| \_\
${reset}BY - Harshit Joshi\n"""
apt-get upgrade
apt-get install python
apt-get install python3
apt-get install python-pip
apt-get install python3-pip
pip3 install argparse
pip3 install pyfiglet
pip3 install termcolor
chmod +x portmapper
cp portmapper /usr/bin/
echo "\n***done***\n"
clear
portmapper --help