mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Add imagemagick in dep
This commit is contained in:
parent
a59ec55200
commit
a59f591ce4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
pkg_dependencies="sqlite3 python-pip"
|
||||
pkg_dependencies="sqlite3 python-pip imagemagick"
|
||||
create_dir=0
|
||||
|
||||
|
||||
|
@ -86,4 +86,4 @@ ynh_systemd_action() {
|
|||
echo ""
|
||||
ynh_clean_check_starting
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue