Skip to main content

Install Ruby

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 Ruby on your Ultra.cc slot. Ruby is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity.

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/Ruby-installer/main.sh)
  • Type 1 and press ENTER to confirm the installation.
  • Wait for installer to finish compiling. This may take a while.
  • Done!

Uninstallation

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