huey 0.4.9 and redis are installed from postinst

This is to be sure that the binaries are put in /usr/local/bin
This commit is contained in:
fggp 2022-10-29 11:40:03 +02:00 committed by GitHub
parent b689d13b8f
commit 938876e357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
pip3 install huey=0.4.9
pip3 install redis
systemctl enable tisbackup_huey systemctl enable tisbackup_huey
systemctl enable tisbackup_gui systemctl enable tisbackup_gui