Updates in install scripts
This commit is contained in:
parent
2bfaf344e7
commit
7b7d5ecf2a
5 changed files with 194 additions and 178 deletions
9
setup/install-ubuntu1804-local.sh
Normal file
9
setup/install-ubuntu1804-local.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
SCRIPT_PATH=$(dirname $(realpath -s $0))
|
||||
. $SCRIPT_PATH/functions ubuntu1804
|
||||
cd $SCRIPT_PATH/..
|
||||
|
||||
performInstallLocal "$#"
|
Loading…
Add table
Add a link
Reference in a new issue