script (not run during build) for adding some cli tools

This commit is contained in:
Michael Bradley, Jr 2018-07-24 15:24:44 -05:00
parent 34096b1f13
commit ef84fdc491
1 changed files with 13 additions and 0 deletions

13
install-extras.sh Executable file
View File

@ -0,0 +1,13 @@
#!/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