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' NC='\033[0m'
print_info() { print_info() {
echo -e "${BLUE} ${NC} $1" echo -e "${BLUE}📘${NC} $1"
} }
print_success() { print_success() {
echo -e "${GREEN}${NC} $1" echo -e "${GREEN}${NC} $1"
} }
HOSTNAME="${1:-$(scutil --get LocalHostName 2>/dev/null || hostname -s)}" HOSTNAME="${1:-$(scutil --get LocalHostName 2>/dev/null || hostname -s)}"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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