remove rpi dir

This commit is contained in:
Jeffrey Paul 2019-10-04 05:26:25 -07:00
parent 3537f9d506
commit f467f89c85
2 changed files with 0 additions and 36 deletions

View File

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

View File

@ -1,6 +0,0 @@
#!/bin/bash
KEY_URL="https://sneak.cloud/authorized_keys"
curl -fLo /root/.ssh/authorized_keys --create-dirs $KEY_URL
curl -fLo /home/pi/.ssh/authorized_keys --create-dirs $KEY_URL