#!/bin/bash

# This file is linked to be used by the kickoff.sh

set -uvex

cd /root
! [ -e pi-bootstrap ]

curl -s https://pi.fejese.com/pi-bootstrap-latest.tar.gz | tar xz

cd pi-bootstrap

./bootstrap.sh
