Merge pull request #3890 from ganto/fix/x86-64-arch

Ensure x86_64 processor architecture is listed as supported
pull/3889/head
Adam Warner 3 years ago committed by GitHub
commit 8443262214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -560,7 +560,7 @@ processor_check() {
else
# Check if the architecture is currently supported for FTL
case "${PROCESSOR}" in
"amd64") log_write "${TICK} ${COL_GREEN}${PROCESSOR}${COL_NC}"
"amd64" | "x86_64") log_write "${TICK} ${COL_GREEN}${PROCESSOR}${COL_NC}"
;;
"armv6l") log_write "${TICK} ${COL_GREEN}${PROCESSOR}${COL_NC}"
;;

Loading…
Cancel
Save