Install Rust
This is an unofficial script that is provided for your convenience. The script is provided as-is and may not be updated or maintained by Ultra.cc. Customers are welcome to use and customize unofficial scripts for their unique needs and requirements. Unofficial support may be offered via Discord only and at the sole discretion of Ultra.cc staff.
Use at your own risk.
This script will install Rust on your Ultra.cc slot. Rust is a multi-paradigm and general-purpose programming language. It was designed with an emphasis on performance, type safety and concurrency.
Installation
- Connect to your Ultra.cc slot via SSH, see guide here.
- Once connected, execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/LanguageInstaller/Rust-Installer/main.sh)
- Type
and press1installENTER
toconfirm the installation. Type1and pressENTERfor a default installation.or (Type2and pressENTERto customize your installation, only proceed if you know what you are doing)
- Wait for installer to finish. This may take a while.
- Once the installation has finished, execute the following command:
source ~/.bashrc
- Done!
Uninstallation
- Execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/LanguageInstaller/Rust-Installer/main.sh)
- Type
and press2uninstallENTER
to proceed with uninstallation. - Done!