Update proc.sh

This commit is contained in:
Kroese 2024-02-02 18:55:52 +01:00 committed by GitHub
parent fe9159435d
commit 2b9b9d5b1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ else
if [[ "$ARCH" == "arm"* ]]; then if [[ "$ARCH" == "arm"* ]]; then
CPU_MODEL="max" CPU_MODEL="max"
else else
CPU_MODEL="cortex-a76" CPU_MODEL="cortex-a57"
fi fi
fi fi