mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
initial checkin -- May 27, 2017
This commit is contained in:
commit
845632d0ac
488 changed files with 41559 additions and 0 deletions
19
scripts/debian-startup
Executable file
19
scripts/debian-startup
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue