mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
install gs manually
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
#!/bin/sh
|
||||
apt-get install poppler-utils vim ghostscript imagemagick optipng --yes
|
||||
apt-get update
|
||||
|
||||
apt-get install vim imagemagick optipng --yes
|
||||
|
||||
wget https://s3.amazonaws.com/sl-public-dev-assets/ghostscript-9.15.tar.gz /tmp/ghostscript-9.15.tar.gz
|
||||
tar -xvf /tmp/ghostscript-9.15.tar.gz
|
||||
cd /tmp/ghostscript-9.15 && ./configure && make && make install
|
||||
|
||||
npm rebuild
|
||||
chown -R node:node /app/uploads
|
||||
|
||||
Reference in New Issue
Block a user