diff --git a/install/transmute-install.sh b/install/transmute-install.sh index e04621ea..8bd24c3b 100644 --- a/install/transmute-install.sh +++ b/install/transmute-install.sh @@ -13,6 +13,11 @@ setting_up_container network_check update_os +UV_PYTHON="3.13" setup_uv +NODE_VERSION="22" setup_nodejs +setup_ffmpeg +setup_gs + msg_info "Installing Dependencies" $STD apt install -y \ inkscape \ @@ -34,11 +39,6 @@ $STD apt install -y \ python3-cssselect msg_ok "Installed Dependencies" -UV_PYTHON="3.13" setup_uv -NODE_VERSION="20" setup_nodejs -setup_ffmpeg -setup_gs - msg_info "Installing Pandoc" PANDOC_VERSION=$(get_latest_github_release "jgm/pandoc") curl -fsSL "https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION#v}-linux-amd64.tar.gz" -o /tmp/pandoc.tar.gz