-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.sh
47 lines (47 loc) · 1011 Bytes
/
update.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
red='\033[1;31m'
rset='\033[0m'
grn='\033[1;32m'
ylo='\033[1;33m'
#script coding starts update ؛؛؛
clear
echo " "
echo " "
echo '
_ _ ___ ___ __ ____ ___
( )( )( ,\( \ ( )(_ _)( _)
)()( ) _/ ) ) )/__\ )( ) _)
\__/ (_) (___/(_)(_)(__) (___) v2.0
'|lolcat
echo " "
echo " "
sleep 6.0
clear
echo -e "$red ChEcKiNg..>$rset"
sleep 2.0
clear
echo -e "$red ChEcKiNg...>$rset"
sleep 2.0
clear
echo -e "$red ChEcKiNg....>$rset"
sleep 2.0
clear
echo -e "$red ChEcKiNg.....>$rset"
sleep 2.0
clear
echo " "
echo " "
echo -e "$grn updating the Scorpion please wait$rset"
sleep 2.0
cd $HOME
rm -rf Scorpion
git clone https://github.com/iraq-hacker/Scorpion
clear
echo " "
echo -e "$grn Scorpion has been updated check it now...$rset"
sleep 3.0
echo " "
cd $HOME
cd Scorpion
php scorpion.php
clear
sleep 1.0