I have a script that installs Rust and Cargo, to then build and install my own app. Unfortunately, on the system I'm running this, $HOME is in a rather small disk, and the installer puts Rust and Cargo inside $HOME, and I run out of disk space. Can I tell the installer to put it somewhere else? My script does the installation like this: