Update proc.sh
This commit is contained in:
parent
6877761cd1
commit
ca2a9c7343
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ set -Eeuo pipefail
|
|||
: "${CPU_FLAGS:=""}"
|
||||
: "${CPU_MODEL:="host"}"
|
||||
|
||||
[[ "$ARCH" != "arm"* ]] && KVM="N"
|
||||
[[ "$ARCH" != "arm64" ]] && KVM="N"
|
||||
|
||||
if [[ "$KVM" != [Nn]* ]]; then
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue