bin/homedir-setup

changeset 1182
222bbbc217cc
parent 1181
7eef65340481
--- a/bin/homedir-setup
+++ b/bin/homedir-setup
@@ -21,7 +21,7 @@ source .asdf/asdf.sh
 
 asdf plugin update --all
 
-if [[ "$MACHTYPE" ==  "i686" ]]; then
+if [[ "$MACHTYPE" !=  "i686" ]]; then
   curl -sS 'https://mise.run/' | sh
 fi
 

mercurial