Update archtitus.sh
This commit is contained in:
parent
65d29461bd
commit
4874b4c612
|
|
@ -20,6 +20,7 @@ echo -ne "
|
||||||
if [ -f /.dockerenv ]; then
|
if [ -f /.dockerenv ]; then
|
||||||
echo "docker container found, i can't install"
|
echo "docker container found, i can't install"
|
||||||
break
|
break
|
||||||
|
else
|
||||||
bash startup.sh
|
bash startup.sh
|
||||||
source $SCRIPT_DIR/setup.conf
|
source $SCRIPT_DIR/setup.conf
|
||||||
bash 0-preinstall.sh
|
bash 0-preinstall.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue