Update Installer.sh
This commit is contained in:
parent
5fa422d4ce
commit
03ca2bcd04
15
Installer.sh
15
Installer.sh
|
@ -1,3 +1,18 @@
|
||||||
|
|
||||||
|
####### < Color > #######
|
||||||
|
white="\033[1;37m"
|
||||||
|
grey="\033[0;37m"
|
||||||
|
red2="\033[0;35m"
|
||||||
|
red="\033[1;31m"
|
||||||
|
green="\033[1;32m"
|
||||||
|
yellow="\033[1;33m"
|
||||||
|
blue="\033[1;34m"
|
||||||
|
transparent="\e[0m"
|
||||||
|
#########################
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
############################################# < START > ####################################################
|
||||||
clear
|
clear
|
||||||
echo -e "\e[1;31mInstaller - by Deltax"
|
echo -e "\e[1;31mInstaller - by Deltax"
|
||||||
echo -e "\e[1;31mCheck & autoinstall"
|
echo -e "\e[1;31mCheck & autoinstall"
|
||||||
|
|
Loading…
Reference in New Issue