make image

This commit is contained in:
Aiden McClelland
2020-12-22 13:01:31 -07:00
committed by Aiden McClelland
parent 1cce947846
commit 2f6bd4b1b6
8 changed files with 103 additions and 20 deletions

21
setup.sh Normal file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
apt update
apt install -y libsecp256k1-0
apt install -y tor
apt install -y docker.io
apt install -y iotop
apt install -y bmon
apt autoremove -y
mkdir -p /root/volumes
mkdir -p /root/tmp/appmgr
mkdir -p /root/agent
mkdir -p /root/appmgr/tor
systemctl enable lifeline
systemctl enable agent
systemctl enable ssh
systemctl enable avahi-daemon
passwd -l root
passwd -l pi
sync
systemctl disable setup.service
reboot