Updates in install scripts
This commit is contained in:
parent
439b565cd9
commit
9e6dfd6d0b
3 changed files with 25 additions and 1 deletions
11
setup/install-ubuntu1804-https.sh
Normal file
11
setup/install-ubuntu1804-https.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
hostType=ubuntu1804
|
||||
|
||||
SCRIPT_PATH=$(dirname $(realpath -s $0))
|
||||
. $SCRIPT_PATH/functions
|
||||
cd $SCRIPT_PATH/..
|
||||
|
||||
performInstallHttps "$#" "$1" "$2" "$3" "$4"
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
hostType=ubuntu1804
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue