mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-15 06:52:21 +00:00
10 lines
121 B
Bash
Executable file
10 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
set -ex
|
|
|
|
apt-get update
|
|
|
|
apt-get install -y \
|
|
poppler-utils \
|
|
ghostscript \
|
|
|
|
rm -rf /var/lib/apt/lists/*
|