0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

fix(debian): import os in preinst

This commit is contained in:
DingoBits 2023-07-05 13:57:56 -07:00
parent 175ed8f585
commit 7429dc450e

View file

@ -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