-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-epitech.sh
42 lines (31 loc) · 1.24 KB
/
header-epitech.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
#!/bin/bash
if zenity --question --text="Voulez-vous installer les utilitaires du headers emacs ? ? "; then
echo "$PASSWORD" | bash -c '
clear
cd /tmp
git clone https://github.com/Epitech/epitech-emacs.git
cd epitech-emacs
./INSTALL.sh local
tput setaf 1
echo "__**/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/CODING STYLE BY NOGE\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\**\*\*\*\*\**__"
echo " _ _"
echo "| |\\ | | NOGE"
echo "| |\\\ | |"
echo "| | \\\ | | EPITECH BENIN"
echo "| | \\\ | |"
echo "| | \\\ | | NOGE"
echo "| | \\\ | |"
echo "| | \\\ | | EPITECH DIGITAL SCHOOL"
echo "| | \\\ | |"
echo "|_| \\\|_| NOGE"
tput sgr0'
if [ $? -eq 0 ]; then
zenity --info --text="Le logiciel a été installé avec succès par Noge Productions ."
else
zenity --error --text="Une erreur est survenue lors de l'installation de Docker."
fi
else
zenity --info --text="L'installation des Logiciel a été annulée."
fi
wget - "https://raw.githubusercontent.com/nogebeat/deb-ubuntu-epitech/main/App-code/src/message.txt"
zenity --text-info --title="Message de NOGE" --filename=message.txt