script (not run during build) for adding some cli tools
This commit is contained in:
parent
34096b1f13
commit
ef84fdc491
|
@ -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
|
Loading…
Reference in New Issue