mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5 lines
126 B
Bash
5 lines
126 B
Bash
|
#!/bin/sh
|
||
|
apt-get install poppler-utils vim ghostscript imagemagick optipng --yes
|
||
|
npm rebuild
|
||
|
chown -R node:node /app/uploads
|