# HG changeset patch # User Meredith Howard # Date 1737359228 18000 # Node ID 7eef65340481f27817637b9a3f4705382e22fe29 # Parent 308dce5084afba2685ec34bcc36f87b59ba7e5cb fix arch check diff --git a/bin/homedir-setup b/bin/homedir-setup --- a/bin/homedir-setup +++ b/bin/homedir-setup @@ -21,7 +21,7 @@ source .asdf/asdf.sh asdf plugin update --all -if ! [[ "$(uname -m)" =~ "i.86" ]]; then +if [[ "$MACHTYPE" == "i686" ]]; then curl -sS 'https://mise.run/' | sh fi