From 4a0b44df9ad4b71a0ddb1ba171d9f8fe60a73210 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 12:27:33 +0200 Subject: [PATCH] wip --- yazi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi.sh b/yazi.sh index 33d693e..ee1aa2e 100644 --- a/yazi.sh +++ b/yazi.sh @@ -22,7 +22,7 @@ i="https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh" import="$(mktemp)" if command_exists curl; then - curl -fsSL https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh -o $import + curl -fsSL $i -o $import else echo "curl is required, but missing.." exit 1