mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
10 lines
119 B
Bash
Executable File
10 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
apt-get update
|
|
|
|
apt-get install ghostscript imagemagick optipng --yes
|
|
|
|
rm -rf /var/lib/apt/lists/*
|