1
0
forked from sneak/hacks

added stuff

This commit is contained in:
2019-03-20 23:40:37 -07:00
parent 0b94854432
commit 95b737c5fa
3 changed files with 54 additions and 0 deletions

30
rpi/init.sh Normal file
View File

@@ -0,0 +1,30 @@
#!/bin/bash
PKGS="
bash-completion
build-essential
byobu
command-not-found
cryptsetup-bin
daemontools
golang-go
iptables-persistent
iptraf-ng
jq
less
lsof
mosh
ntp
pbzip2
pv
runit
runit-systemd
socat
vim
wget
"
export DEBIAN_FRONTEND=noninteractive
sudo apt update
sudo apt install -y $PKGS