summaryrefslogtreecommitdiff
path: root/mac/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-23 13:37:25 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-23 13:37:25 +0900
commitda251231679f15ca38bf7b92d119c05d2ee93b7f (patch)
tree54d7c6a58158a4a365a0fe0dc6379a142980c97f /mac/.local
parent6baef1437fcf40b1d51c5255af78ab297d361d2c (diff)
modified bin/whereami, modified bin/whereami
Diffstat (limited to 'mac/.local')
-rwxr-xr-xmac/.local/bin/whereami4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.local/bin/whereami b/mac/.local/bin/whereami
index 0531376..68c9ffe 100755
--- a/mac/.local/bin/whereami
+++ b/mac/.local/bin/whereami
@@ -9,10 +9,10 @@ case "${os_type},${arch}" in
grep PRETTY_NAME /etc/os-release | cut -d'=' -f2- | sed 's/"//g' | awk -F' ' '{print $1}' | tr '[:upper:]' '[:lower:]' | sed 's/\(arch\|artix\)/ar/g'
;;
"darwin,arm64")
- echo "m1"
+ echo "mac"
;;
"darwin,x86_64")
- echo "mac"
+ echo "intel mac"
;;
"msys,"* | "cygwin,"* | "windows,"*)
echo "windows"