From 0c767836f2c7b0322ce4311f6acc559a17997d28 Mon Sep 17 00:00:00 2001 From: SunFlowerOwl Date: Fri, 5 Dec 2025 18:07:11 -0500 Subject: [PATCH] use builtin function to setup imagemagick --- install/manyfold-install.sh | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index bad8ab356..03601ac58 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -20,29 +20,11 @@ $STD apt-get install -y \ libmariadb-dev \ redis-server \ nginx \ - libassimp-dev \ - libmagickwand-dev \ - imagemagick \ - build-essential \ - libtool \ - libjpeg-dev \ - libpng-dev \ - libtiff-dev \ - libwebp-dev \ - libheif-dev \ - libde265-dev \ - libopenjp2-7-dev \ - libxml2-dev \ - liblcms2-dev \ - libfreetype6-dev \ - libraw-dev \ - libfftw3-dev \ - liblqr-1-0-dev \ - libgsl-dev \ - pkg-config \ - ghostscript + libassimp-dev msg_ok "Installed Dependencies" +setup_imagemagick + PG_VERSION="16" setup_postgresql fetch_and_deploy_gh_release "manyfold" "manyfold3d/manyfold" "tarball" "latest" "/opt/manyfold/app"