1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/scripts/debian-startup

20 lines
292 B
Text
Raw Normal View History

2017-05-27 18:09:50 +00:00
#!/bin/bash -x
# required to start loading XSCE
set -e
apt-get update
apt-get upgrade
apt-get install -y mlocate vim emacs
cd /opt
mkdir schoolserver
cd schoolserver
git clone https://github.com/xsce/xsce --depth 1
cd xsce
# install ansible using script
./scripts/ansible
./runansible