Running curl https://sh.rustup.rs -sSf | sh on my linux box gives me:
rustSetup.sh: CFG_CPUTYPE: parameter not set
as I think my cputype isn't on the list in that switch case in rustup-setup.sh (running uname -m returns aarch64). And the error being thrown uses $CFG_CPUTYPE instead of _cputype for unknown CPU types.
Running curl https://sh.rustup.rs -sSf | sh on my linux box gives me:
rustSetup.sh: CFG_CPUTYPE: parameter not setas I think my cputype isn't on the list in that switch case in rustup-setup.sh (running uname -m returns aarch64). And the error being thrown uses $CFG_CPUTYPE instead of _cputype for unknown CPU types.