From 938876e3578d25ef541dabebae6cc018649beb26 Mon Sep 17 00:00:00 2001 From: fggp Date: Sat, 29 Oct 2022 11:40:03 +0200 Subject: [PATCH] huey 0.4.9 and redis are installed from postinst This is to be sure that the binaries are put in /usr/local/bin --- deb/postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deb/postinst b/deb/postinst index 592fdae..b908344 100755 --- a/deb/postinst +++ b/deb/postinst @@ -1,4 +1,7 @@ #!/bin/bash +pip3 install huey=0.4.9 +pip3 install redis + systemctl enable tisbackup_huey systemctl enable tisbackup_gui