-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall-squidward.sh
More file actions
80 lines (80 loc) · 2.14 KB
/
install-squidward.sh
File metadata and controls
80 lines (80 loc) · 2.14 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#ECHO COLORS
red="`tput setaf 1`"
green="`tput setaf 2`"
cyan="`tput setaf 6`"
bold="`tput bold`"
norm="`tput sgr0`"
magen="`tput setaf 5`"
# START COMMAND
# Bin/Bash
# Created By SEVE MALACHI
# Start Squid Install
# Hello
hats=$(wget https://git.io/JTLHq -q -O -)
clear
# Start Pass
echo " ░▒█▀▀▀█░▒█▀▀▀░▒█░░▒█░▒█▀▀▀"
echo " ░░▀▀▀▄▄░▒█▀▀▀░░▒█▒█░░▒█▀▀▀"
echo " ░▒█▄▄▄█░▒█▄▄▄░░░▀▄▀░░▒█▄▄▄"
# Start Pass
read -s -p "Password: " pass
echo ""
if [ "$pass" == "$hats" ]
then
echo "Success!!"
else
echo "Access Denied!!"
exit 1
fi
read -n 1 -s -r -p "Press ${green}Enter Key${norm} to continue Or Press ${red}CTRL + C${norm} to stop"
echo
echo "[ ████===============] 25% Please Wait..."
sleep 1
clear
echo "[ ███████==========] 52% Please Wait..."
sleep 1
clear
echo "[ ███████████===] 80% Please Wait..."
sleep 1
clear
echo "[ █████████████ ] 100% Done..."
sleep 1
clear
echo "${green}Start Install In ${norm} ╔═══╗"
echo " ║╔═╗║"
echo " ╚╝╔╝║"
echo " ╔╗╚╗║"
echo " ║╚═╝║"
echo " ╚═══╝"
#SLEEP 1
sleep 1
clear
#IN SECONDS 1
echo "${cyan}Start Install In ${norm} ╔═══╗"
echo " ║╔═╗║"
echo " ╚╝╔╝║"
echo " ╔═╝╔╝"
echo " ║║╚═╗"
echo " ╚═══╝"
#SLEEP 1
sleep 1
clear
#IN SECONDS 1
echo "${magen}Start Install In ${norm} ╔╗ "
echo " ╔╝║ "
echo " ╚╗║ "
echo " ║║ "
echo " ╔╝╚╗"
echo " ╚══╝"
#SLEEP 1
sleep 1
clear
#IN SECONDS 1
#GAWA NI SEVE
clear
echo "This Is Not Available for a while ${red}(Please Check the Update)${norm}"
read -n 1 -s -r -p "Press ${green}Enter Key${norm} to Abort"
echo ""
echo "Aborted!!"
sleep 3
clear