mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
unused/obsolete stuff (#204)
This commit is contained in:
parent
a52d1c90f0
commit
f1ea2eb788
7 changed files with 0 additions and 181 deletions
|
@ -1,19 +0,0 @@
|
|||
#!/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/iiab/iiab --depth 1
|
||||
cd iiab
|
||||
|
||||
# install ansible using script
|
||||
./scripts/ansible
|
||||
|
||||
./runansible
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue