Skip to content

Commit

Permalink
platform
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanserre committed Jul 14, 2024
1 parent 616e4ab commit 852b7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 852b7ec

Please sign in to comment.