mirror of
https://github.com/embarklabs/embark-docker.git
synced 2025-02-11 23:26:36 +00:00
13 lines
205 B
Bash
Executable File
13 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
|
|
apt-get update
|
|
apt-get install -y \
|
|
lsof \
|
|
net-tools \
|
|
parallel \
|
|
silversearcher-ag \
|
|
tmux \
|
|
vim
|
|
|
|
echo will cite | parallel --bibtex >/dev/null
|