This commit is contained in:
pika 2025-05-07 10:35:35 +02:00
parent c811cea4b3
commit 55d75c6e4b

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash
{
distro=""
ubuntu="false"
debian="false"
@ -176,3 +175,4 @@ if check_root; then
fi
fi
}