From 6e0a6dc688a6908ff5d18d4c52bf6dc82907dcd8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:05:31 +0200 Subject: [PATCH] short dev test --- install/convertx-install.sh | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/install/convertx-install.sh b/install/convertx-install.sh index 2e8f17fa..945ed503 100644 --- a/install/convertx-install.sh +++ b/install/convertx-install.sh @@ -13,29 +13,29 @@ setting_up_container network_check update_os -setup_imagemagick +# setup_imagemagick -msg_info "Installing Dependencies" -$STD apt-get install -y \ - assimp-utils \ - calibre \ - dcraw \ - dvisvgm \ - ffmpeg \ - inkscape \ - libva2 \ - libvips-tools \ - lmodern \ - mupdf-tools \ - pandoc \ - poppler-utils \ - potrace \ - python3-numpy \ - texlive \ - texlive-fonts-recommended \ - texlive-latex-extra \ - texlive-latex-recommended \ - texlive-xetex +# msg_info "Installing Dependencies" +# $STD apt-get install -y \ +# assimp-utils \ +# calibre \ +# dcraw \ +# dvisvgm \ +# ffmpeg \ +# inkscape \ +# libva2 \ +# libvips-tools \ +# lmodern \ +# mupdf-tools \ +# pandoc \ +# poppler-utils \ +# potrace \ +# python3-numpy \ +# texlive \ +# texlive-fonts-recommended \ +# texlive-latex-extra \ +# texlive-latex-recommended \ +# texlive-xetex msg_ok "Installed Dependencies" NODE_VERSION=22 NODE_MODULE="bun" setup_nodejs