Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-23 16:45:57 +00:00
parent 3d127819ea
commit 17db6c3bb9
8 changed files with 21 additions and 21 deletions

View File

@@ -9,11 +9,11 @@ BLUE='\033[0;34m'
NC='\033[0m'
print_info() {
echo -e "${BLUE} ${NC} $1"
echo -e "${BLUE}📘${NC} $1"
}
print_success() {
echo -e "${GREEN}${NC} $1"
echo -e "${GREEN}${NC} $1"
}
HOSTNAME="${1:-$(scutil --get LocalHostName 2>/dev/null || hostname -s)}"

View File

@@ -9,11 +9,11 @@ BLUE='\033[0;34m'
NC='\033[0m'
print_info() {
echo -e "${BLUE} ${NC} $1"
echo -e "${BLUE}📘${NC} $1"
}
print_success() {
echo -e "${GREEN}${NC} $1"
echo -e "${GREEN}${NC} $1"
}
HOSTNAME="${1:-$(scutil --get LocalHostName 2>/dev/null || hostname -s)}"

View File

@@ -9,11 +9,11 @@ BLUE='\033[0;34m'
NC='\033[0m'
print_info() {
echo -e "${BLUE} ${NC} $1"
echo -e "${BLUE}📘${NC} $1"
}
print_success() {
echo -e "${GREEN}${NC} $1"
echo -e "${GREEN}${NC} $1"
}
HOSTNAME="${1:-$(scutil --get LocalHostName 2>/dev/null || hostname -s)}"

View File

@@ -9,19 +9,19 @@ BLUE='\033[0;34m'
NC='\033[0m'
print_info() {
echo -e "${BLUE} ${NC} $1"
echo -e "${BLUE}📘${NC} $1"
}
print_success() {
echo -e "${GREEN}${NC} $1"
echo -e "${GREEN}${NC} $1"
}
print_error() {
echo -e "${RED}${NC} $1"
echo -e "${RED}${NC} $1"
}
print_warning() {
echo -e "${YELLOW}${NC} $1"
echo -e "${YELLOW}${NC} $1"
}
print_info "Available generations:"

View File

@@ -9,11 +9,11 @@ BLUE='\033[0;34m'
NC='\033[0m'
print_info() {
echo -e "${BLUE} ${NC} $1"
echo -e "${BLUE}📘${NC} $1"
}
print_success() {
echo -e "${GREEN}${NC} $1"
echo -e "${GREEN}${NC} $1"
}
HOSTNAME="${1:-tahani}"

View File

@@ -9,11 +9,11 @@ BLUE='\033[0;34m'
NC='\033[0m'
print_info() {
echo -e "${BLUE} ${NC} $1"
echo -e "${BLUE}📘${NC} $1"
}
print_success() {
echo -e "${GREEN}${NC} $1"
echo -e "${GREEN}${NC} $1"
}
HOSTNAME="${1:-tahani}"

View File

@@ -9,15 +9,15 @@ BLUE='\033[0;34m'
NC='\033[0m'
print_info() {
echo -e "${BLUE} ${NC} $1"
echo -e "${BLUE}📘${NC} $1"
}
print_success() {
echo -e "${GREEN}${NC} $1"
echo -e "${GREEN}${NC} $1"
}
print_error() {
echo -e "${RED}${NC} $1"
echo -e "${RED}${NC} $1"
}
HOSTNAME="${1:-tahani}"

View File

@@ -9,19 +9,19 @@ BLUE='\033[0;34m'
NC='\033[0m'
print_info() {
echo -e "${BLUE} ${NC} $1"
echo -e "${BLUE}📘${NC} $1"
}
print_success() {
echo -e "${GREEN}${NC} $1"
echo -e "${GREEN}${NC} $1"
}
print_error() {
echo -e "${RED}${NC} $1"
echo -e "${RED}${NC} $1"
}
print_warning() {
echo -e "${YELLOW}${NC} $1"
echo -e "${YELLOW}${NC} $1"
}
print_info "Available system generations:"