From d9b027ce080eb7671a3f003ee3ce6b43121a0bd2 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 13:44:50 +0200 Subject: [PATCH] wip --- docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.sh b/docker.sh index 1051491..b3c822e 100644 --- a/docker.sh +++ b/docker.sh @@ -20,7 +20,7 @@ command_exists() { getImports() { i="https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh" import="$(mktemp)" - echo_warning "importing $i into $import" + echo "importing $i into $import" if command_exists curl; then curl -fsSL $i -o $import elif command_exists wget; then