-
Notifications
You must be signed in to change notification settings - Fork 26
/
install.sh
52 lines (31 loc) · 1.44 KB
/
install.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
45
46
47
48
49
50
51
52
cp -r piracy /usr/local/sbin/
cp -r script /usr/local/sbin/
chmod +x piracy
chmod +x /usr/local/sbin/piracy
chmod +x /usr/local/sbin/script/cpa.sh
chmod +x /usr/local/sbin/script/cph.sh
chmod +x /usr/local/sbin/script/cws.sh
chmod +x /usr/local/sbin/script/hca.sh
chmod +x /usr/local/sbin/script/hcb.sh
chmod +x /usr/local/sbin/script/wde.sh
apt-get update
apt-get install gnome-terminal
clear
echo -e ' \e[1;34m
\e[0;31m
$$\
\__|
$$$$$$\ $$\ $$$$$$\ $$$$$$\ $$$$$$$\ $$\ $$\
$$ __$$\ $$ |$$ __$$\ \____$$\ $$ _____|$$ | $$ |
$$ / $$ |$$ |$$ | \__|$$$$$$$ |$$ / $$ | $$ |
$$ | $$ |$$ |$$ | $$ __$$ |$$ | $$ | $$ |
$$$$$$$ |$$ |$$ | \$$$$$$$ |\$$$$$$$\ \$$$$$$$ |
$$ ____/ \__|\__| \_______| \_______| \____$$ |
$$ | $$\ $$ |
$$ | \$$$$$$ |
\__| \______/
\e[0m
\e[1;37m
Installation successful. type in your terminal "piracy"
\e[0m
'