Update archtitus.sh

This commit is contained in:
solomoncyj 2022-02-12 11:44:09 +08:00 committed by GitHub
parent 5721dbc578
commit 65d29461bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ echo -ne "
-------------------------------------------------------------------------
Scripts are in directory named ArchTitus
"
#!/bin/bash
if [ -f /.dockerenv ]; then
echo "docker container found, i can't install"
break
bash startup.sh
source $SCRIPT_DIR/setup.conf
bash 0-preinstall.sh