From 36e70a656b6147e1c9c468eda86115da53c9a295 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 3 Oct 2020 18:37:11 +0200 Subject: [PATCH] nodes/home.kodi-wohnzimmer: use raspbian 32bit --- nodes/home/kodi-wohnzimmer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/home/kodi-wohnzimmer.py b/nodes/home/kodi-wohnzimmer.py index 2fe37a5..e44d5fa 100644 --- a/nodes/home/kodi-wohnzimmer.py +++ b/nodes/home/kodi-wohnzimmer.py @@ -33,6 +33,6 @@ nodes['home.kodi-wohnzimmer'] = { }, }, # This is a raspberry pi, but raspbian 64bit is plain debian. - 'os': 'debian', + 'os': 'raspbian', 'os_version': (10, 5), }