mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
2401909919
Revert part of the Node 16 upgrade GitOrigin-RevId: 0b1f7c1af6d692510a206bb73dae605ae8095023
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/*
|