This commit is contained in:
pika 2025-05-11 13:44:50 +02:00
parent 428cd6e6cb
commit d9b027ce08

View file

@ -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