From 149107f054434b24fac60004e39ec0a063be0762 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 3 Jan 2023 12:00:38 -0500 Subject: [PATCH] ID raspbian as debian --- installJRMC | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installJRMC b/installJRMC index ec33fea..73efaca 100755 --- a/installJRMC +++ b/installJRMC @@ -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