mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
bash: run shellfmt, no changes
This commit is contained in:
@@ -53,10 +53,10 @@ function do_main_configuration() {
|
||||
[[ -z $VENDORBUGS ]] && VENDORBUGS="https://armbian.atlassian.net/"
|
||||
[[ -z $VENDORDOCS ]] && VENDORDOCS="https://docs.armbian.com/"
|
||||
[[ -z $VENDORLOGO ]] && VENDORLOGO="armbian-logo"
|
||||
[[ -z $ROOTPWD ]] && ROOTPWD="1234" # Must be changed @first login
|
||||
[[ -z $MAINTAINER ]] && MAINTAINER="John Doe" # deb signature
|
||||
[[ -z $MAINTAINERMAIL ]] && MAINTAINERMAIL="john.doe@somewhere.on.planet" # deb signature
|
||||
DEST_LANG="${DEST_LANG:-"en_US.UTF-8"}" # en_US.UTF-8 is default locale for target
|
||||
[[ -z $ROOTPWD ]] && ROOTPWD="1234" # Must be changed @first login
|
||||
[[ -z $MAINTAINER ]] && MAINTAINER="John Doe" # deb signature
|
||||
[[ -z $MAINTAINERMAIL ]] && MAINTAINERMAIL="john.doe@somewhere.on.planet" # deb signature
|
||||
DEST_LANG="${DEST_LANG:-"en_US.UTF-8"}" # en_US.UTF-8 is default locale for target
|
||||
display_alert "DEST_LANG..." "DEST_LANG: ${DEST_LANG}" "debug"
|
||||
|
||||
declare -g SKIP_EXTERNAL_TOOLCHAINS="${SKIP_EXTERNAL_TOOLCHAINS:-yes}" # don't use any external toolchains, by default.
|
||||
|
||||
Reference in New Issue
Block a user