-
Notifications
You must be signed in to change notification settings - Fork 0
/
run.sh
51 lines (39 loc) · 1.08 KB
/
run.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
#!/bin/bash
echo_string(){
printf '\033[35m'
echo "{=(=[ ${1} ]=)=}"
printf '\033[m'
}
INC=$HOME/Downloads/DraculaMyXubuntu-master/inc
printf '\033[35m'
cat <<-'EOF'
________ \__/
\______ \____________ ____ __ __| | _____
| | \_ __ \__ \ _/ ___\| | \ | \__ \
| ` \ | \// __ \\ \___| | / |__/ __ \_
/_______ /__| (____ /\___ >____/|____(____ /
__ __ \/ __ __ \/_ \/ _ \/
| \/ |_ _\ \/ / _| |__ _ _ _ __ | |_ _ _
| |\/| | | | |\ / | | | '_ \| | | | '_ \| __| | | |
| | | | |_| |/ \ |_| | |_) | |_| | | | | |_| |_| |
|_| |_|\__, /_/\_\__,_|_.__/ \__,_|_| |_|\__|\__,_|
|___/ por Fagner JB. (fagnerjb.com)
EOF
printf '\033[m'
echo_string "Iniciando"
chmod +x -R $INC
echo_string "ZSH"
$INC/0_zsh.sh
echo_string "Desinstalando"
$INC/1_uninstall.sh
echo_string "Atualizando"
$INC/2_update.sh
echo_string "Instalando"
$INC/3_install.sh
echo_string "Configurando"
$INC/4_config.sh
echo_string "Limpando"
$INC/5_clear.sh
echo_string "Finalizado!"
echo_string "Reiniciando"
reboot