From 7429dc450e8e196e5cd21a16b10301ca9677f152 Mon Sep 17 00:00:00 2001 From: DingoBits <107956274+DingoBits@users.noreply.github.com> Date: Wed, 5 Jul 2023 13:57:56 -0700 Subject: [PATCH] fix(debian): import os in preinst --- howdy/debian/preinst | 1 + 1 file changed, 1 insertion(+) diff --git a/howdy/debian/preinst b/howdy/debian/preinst index 2318c92..e971850 100755 --- a/howdy/debian/preinst +++ b/howdy/debian/preinst @@ -2,6 +2,7 @@ # Used to check cameras before committing to install # Executed before primary apt install of files +import os import subprocess import sys