diff options
| -rwxr-xr-x | ar/.local/bin/whereami | 4 | ||||
| -rwxr-xr-x | mac/.local/bin/whereami | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ar/.local/bin/whereami b/ar/.local/bin/whereami index 0531376..68c9ffe 100755 --- a/ar/.local/bin/whereami +++ b/ar/.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" 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" |
