Skip to main content

Install Rust

This script is unofficial and not supported by Ultra.cc staff.

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 1 and press ENTER to confirm the installation.
  • Type 1 and press ENTER for a default installation.
    • or (Type 2 and press ENTER to customize your installation, only proceed if you know what you are doing)
  • Wait for installer to finish. This may take a while.
  • Done!

Uninstallation

  • Execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/LanguageInstaller/Rust-Installer/main.sh)
  • Type 2 and press ENTER to proceed with uninstallation.
  • Done!