Updates in install scripts

This commit is contained in:
root 2018-12-25 12:29:26 +01:00
parent 2bfaf344e7
commit 7b7d5ecf2a
5 changed files with 194 additions and 178 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
set -e
SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions ubuntu1804
cd $SCRIPT_PATH/..
performInstallLocal "$#"