From b3f1f197bf1a18e0968054f7c571d5566682e49f Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 7 May 2025 22:08:25 +0200 Subject: [PATCH] changed docker --- docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.sh b/docker.sh index 7bdbac1..e8646a7 100644 --- a/docker.sh +++ b/docker.sh @@ -6,7 +6,7 @@ command_exists() { } if command_exists curl; then - eval "$(curl -fsSL https://git.k4li.de/scripts/imports/raw/branch/main/distro.sh)" + eval "$(curl -fsSL https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh)" else echo "curl is required, but not installed" exit 1