This commit is contained in:
CanbiZ
2025-06-25 10:28:10 +02:00
parent a22b7492c5
commit 8c514c422e
2 changed files with 75 additions and 9 deletions

View File

@@ -13,19 +13,18 @@ setting_up_container
network_check
update_os
setup_nodejs NODE_VERSION=22 NODE_MODULE="bun"
fetch_and_deploy_gh_release "ConvertX" "C4illin/ConvertX" "tarball" "latest" "/opt/convertx"
setup_imagemagick
msg_info "Installing Dependencies"
$STD apt-get install -y --no-install-recommends \
$STD apt-get install -y \
assimp-utils \
calibre \
dcraw \
dvisvgm \
ffmpeg \
ghostscript \
graphicsmagick \
imagemagick-7.q16 \
inkscape \
libheif-examples \
libjxl-tools \
libva2 \
libvips-tools \
lmodern \
@@ -42,9 +41,6 @@ $STD apt-get install -y --no-install-recommends \
texlive-xetex
msg_ok "Installed Dependencies"
setup_nodejs NODE_VERSION=22 NODE_MODULE="bun"
fetch_and_deploy_gh_release "ConvertX" "C4illin/ConvertX" "tarball" "latest" "/opt/convertx"
msg_info "Installing ConvertX"
cd /opt/convertx
mkdir -p data