Update proc.sh
This commit is contained in:
parent
85d8228ffa
commit
5af020b58a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ set -Eeuo pipefail
|
|||
: "${CPU_MODEL:=""}"
|
||||
: "${DEF_MODEL:="neoverse-n1"}"
|
||||
|
||||
[[ "$ARCH" != "arm"* ]] && KVM="N"
|
||||
[[ "${ARCH,,}" != "arm"* ]] && KVM="N"
|
||||
|
||||
if [[ "$KVM" != [Nn]* ]]; then
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue