From 5bb19d76439340eba0aa23921c4881cca10f8450 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sat, 6 Dec 2025 18:28:54 +0000 Subject: [PATCH] fucking hell --- apps/x86_64-linux/apply | 2 +- apps/x86_64-linux/build | 2 +- apps/x86_64-linux/build-switch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/x86_64-linux/apply b/apps/x86_64-linux/apply index 2924036..8661f29 100755 --- a/apps/x86_64-linux/apply +++ b/apps/x86_64-linux/apply @@ -24,7 +24,7 @@ print_warning() { echo -e "${YELLOW}⚡${NC} $1" } -HOSTNAME="${1:-tahani}" +HOSTNAME="${1:-$(hostname)}" print_info "Applying configuration for $HOSTNAME" diff --git a/apps/x86_64-linux/build b/apps/x86_64-linux/build index a9c47a4..29a7091 100755 --- a/apps/x86_64-linux/build +++ b/apps/x86_64-linux/build @@ -24,7 +24,7 @@ print_warning() { echo -e "${YELLOW}⚡${NC} $1" } -HOSTNAME="${1:-tahani}" +HOSTNAME="${1:-$(hostname)}" print_info "Building configuration for $HOSTNAME" diff --git a/apps/x86_64-linux/build-switch b/apps/x86_64-linux/build-switch index 3ca4eb1..d954277 100755 --- a/apps/x86_64-linux/build-switch +++ b/apps/x86_64-linux/build-switch @@ -20,7 +20,7 @@ print_error() { echo -e "${RED}❌${NC} $1" } -HOSTNAME="${1:-tahani}" +HOSTNAME="${1:-$(hostname)}" print_info "Building and switching configuration for $HOSTNAME"