#!/bin/bash -x # start loading XSCE set -e apt-get -y update yes | apt-get -y dist-upgrade apt-get -y clean apt-get install -y git vim mkdir -p /opt/schoolserver cd /opt/schoolserver git clone https://github.com/xsce/xsce --branch release-6.2 --depth 1 cd /opt/schoolserver/xsce # The following command will install the correct version of Ansible ./scripts/ansible ./runansible # Try to rerun the above line if it fails!