This commit is contained in:
Brian Zalewski 2023-12-06 08:03:56 +00:00
parent e4f8de44f9
commit 023bffc36b

View file

@ -14,7 +14,7 @@ export DEBIAN_FRONTEND=noninteractive
# @description Load default settings if it is in a CI setting
if [ -n "$CI" ]; then
export HOST="$HOST"
export HOST="$(hostname -s)"
export NO_RESTART=true
export HEADLESS_INSTALL=true
export SOFTWARE_GROUP="Full"