Update define.sh

This commit is contained in:
Kroese 2024-05-17 22:20:49 +02:00 committed by GitHub
parent 03eac600c8
commit 726bf753d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,11 @@ set -Eeuo pipefail
: "${REMOVE:=""}" : "${REMOVE:=""}"
: "${VERSION:=""}" : "${VERSION:=""}"
: "${DETECTED:=""}" : "${DETECTED:=""}"
: "${KEYBOARD:=""}"
: "${TIMEZONE:=""}"
: "${LANGUAGE:=""}" : "${LANGUAGE:=""}"
: "${PASSWORD:=""}"
MIRRORS=5 MIRRORS=5
PLATFORM="x64" PLATFORM="x64"