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