add drawio calibre and pandoc support for transmute

This commit is contained in:
CanbiZ (MickLesk)
2026-04-22 06:43:01 +02:00
parent 66b3faa1b7
commit f065585a67
2 changed files with 12 additions and 13 deletions

View File

@@ -29,6 +29,11 @@ function update_script() {
exit
fi
fetch_and_deploy_gh_release "calibre" "kovidgoyal/calibre" "prebuild" "latest" "/opt/calibre" "calibre-*-x86_64.txz"
ln -sf /opt/calibre/ebook-convert /usr/bin/ebook-convert
fetch_and_deploy_gh_release "drawio" "jgraph/drawio-desktop" "binary" "latest" "" "drawio-amd64-*.deb"
fetch_and_deploy_gh_release "pandoc" "jgm/pandoc" "binary" "latest" "" "pandoc-*-amd64.deb"
if check_for_gh_release "transmute" "transmute-app/transmute"; then
msg_info "Stopping Service"
systemctl stop transmute
@@ -43,7 +48,7 @@ function update_script() {
msg_info "Updating Python Dependencies"
cd /opt/transmute
$STD uv venv /opt/transmute/.venv
$STD uv venv --clear /opt/transmute/.venv
$STD uv pip install --python /opt/transmute/.venv/bin/python -r requirements.txt
msg_ok "Updated Python Dependencies"