Skip to content

Commit

Permalink
chore: 🤖 cpu architecture warning for non genuine intel users
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 1, 2023
1 parent af7254a commit 2bbb3b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2bbb3b3

Please sign in to comment.