Install Node.js
This script is unofficial and not supported by Ultra.cc staff.
This script will install Node.js on your Ultra.cc slot. Included in the installation is also Node Version manager (NVM) and Node Package Manager (NPM)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/Node-installer/main.sh)
- Type
install
and pressENTER
to proceed with the installation. - Done!
Uninstallation
- Execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/LanguageInstaller/Node-installer/main.sh)
- Type
uninstall
and pressENTER
to proceed with uninstallation - Press
y
andENTER
to confirm. - Done!