simplification drastique (6)

This commit is contained in:
neox 2024-07-09 16:29:31 +02:00
parent e8eb160d08
commit 32e9db0703
No known key found for this signature in database
GPG Key ID: 57BC26A3687116F6
1 changed files with 5 additions and 3 deletions

View File

@ -23,11 +23,13 @@ set -e
# Définition des couleurs
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
BLUE='\033[0;34m'
LIGHT_RED='\033[1;31m'
LIGHT_GREEN='\033[1;32m'
YELLOW='\033[1;33m'
BLUE='\033[1;34m'
NC='\033[0m' # No Color
echo -e "${RED}Welcome to Guix Simplified Installer${NC}"
echo -e "${LIGHT_RED}Welcome to Guix Simplified Installer${NC}"
echo -e "${NC}Copyright (C) 2024 Adrien Bourmault <neox@a-lec.org>${NC}"
echo -e "${NC}This program is free software, released under the GNU AGPL version 3 or later.${NC}"