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