From 117357d87736527b4e64aa0f3e57c14cd968051d Mon Sep 17 00:00:00 2001 From: fggp Date: Sat, 29 Oct 2022 12:27:33 +0200 Subject: [PATCH] Minor fix --- deb/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/postinst b/deb/postinst index b908344..68d690d 100755 --- a/deb/postinst +++ b/deb/postinst @@ -1,5 +1,5 @@ #!/bin/bash -pip3 install huey=0.4.9 +pip3 install huey==0.4.9 pip3 install redis systemctl enable tisbackup_huey