ID raspbian as debian

This commit is contained in:
2023-01-03 12:00:38 -05:00
parent e5e85eac48
commit 149107f054

View File

@@ -274,6 +274,9 @@ init() {
*suse*)
ID="suse"
;;
raspbian)
ID="debian"
;;
*)
echo "Autodetecting distro, this may be unreliable and --compat may also be required"
if hash dnf &>/dev/null; then