changed docker

This commit is contained in:
pika 2025-05-07 22:08:25 +02:00
parent 43d3f6458f
commit b3f1f197bf

View file

@ -6,7 +6,7 @@ command_exists() {
} }
if command_exists curl; then 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 else
echo "curl is required, but not installed" echo "curl is required, but not installed"
exit 1 exit 1