Commit 08751629 by Oliver Pinter

added bootstrap-freebsd.sh

parent 946edcf9
#!/bin/sh
pkg install -y devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite
if [ ! -d /usr/ports ]
then
git clone https://github.com/HardenedBSD/freebsd-ports.git /usr/ports
fi
if [ ! -d /root/agent ]
then
cd /root
git clone https://git.ik.bme.hu/circle/agent.git
fi
cd /root/agent
python agent.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment