From 5dd4e7adf00a30782e9645f2e03e7931f28bdf71 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 May 2025 18:57:28 +0200 Subject: [PATCH] fixing url? --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros.sh b/distros.sh index ea197cb..a7c9ab1 100755 --- a/distros.sh +++ b/distros.sh @@ -137,7 +137,7 @@ source_script() { sleep 0.1 return 0 else - echo_info "Sourcing external script: ${BOLD}$url" + echo_info "Sourcing external script:${NC} $url" # ─< if $1 is a url, grab it and source it, also deletes afterwards >───────────────────── if command_exists curl; then curl -fsSL $url -o $import