diff --git a/bootstrap.sh b/bootstrap.sh index 189d3ad..8eff2d0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -21,6 +21,18 @@ apt purge cloud-init apt autopurge +echo "## Disabling snapd... ##" +systemctl stop snapd +systemctl disable snapd + +echo "## Copying sources.list... ##" +cp /media/infoadmin/CIDATA/sources.list /etc/apt + +echo "## APT Update... ##" +apt update + +echo "## Making sure Git and Puppet are installed... ##" +apt install git puppet echo "## Cloning bootstrap repo ##" git clone https://isgb.otago.ac.nz/infosci/git/linux_lab/bootstrap.git