From 852b7eca72818ac25d547f03c9eb03db25d52b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Serr=C3=A9?= Date: Sun, 14 Jul 2024 21:27:42 +0200 Subject: [PATCH] platform --- build_and_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_and_install.sh b/build_and_install.sh index 30de854..376dc65 100755 --- a/build_and_install.sh +++ b/build_and_install.sh @@ -5,7 +5,7 @@ Red="\033[0;31m" Green="\033[0;92m" NC="\033[0m" -platform=$(python -c "import platform; print(platform.processor())") +platform=$(python -c "import platform; print(platform.machine())") echo -e "${Purple}Running on ${platform} platform${NC}" unameOut="$(uname -s)"