From 2bbb3b3717da3cb493eb78370db28f82f29ffc77 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Wed, 1 Nov 2023 12:21:39 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20cpu=20architecture=20wa?= =?UTF-8?q?rning=20for=20non=20genuine=20intel=20users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install b/install index 0b7791e..4396723 100644 --- a/install +++ b/install @@ -205,6 +205,13 @@ ART exec < /dev/tty; + if ! lscpu | grep -q 'GenuineIntel'; then + echo "⚠️ WARNING: The Fleek Network node binary is only supported on CPUs that adhere to the x86_64 architecture but mainly supporting GenuineIntel, as there's been reports of failure on AMD. ARM64 is not supported, but efforts have been put to support it. To learn more read the requirements section in https://docs.fleek.network/docs/node/requirements." + read -rp "Press ENTER to continue..." + echo + echo + fi + echo "👋 The following menu provides you access to the installation process of a node, or the diagnostic and utility tools." echo