mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[history-v1] refactor env vars to args for GNU-parallel usage GitOrigin-RevId: 1ebfa3dfc25d36f2f86c22fa22e4864d55b511b2
10 lines
96 B
Bash
Executable File
10 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
apt-get update
|
|
|
|
apt-get install parallel --yes
|
|
|
|
rm -rf /var/lib/apt/lists/*
|