Actualiser detect.sh

This commit is contained in:
2026-03-05 14:26:59 +01:00
parent 2a90b9f12b
commit 8651cf5a11

View File

@@ -0,0 +1,21 @@
#!/usr/bin/env bash
if command -v docker &>/dev/null
then
echo docker
exit
fi
if command -v apt &>/dev/null
then
echo apt
exit
fi
if command -v apk &>/dev/null
then
echo apk
exit
fi
echo unknown