GitHub - c9/install: Cloud9 SSH installer

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Cloud9 SSH installer

The SSH workspace type of Cloud9 IDE allows to connect the IDE to any SSH server. This repository contains the scripts to install all the required dependencies.

curl -L https://raw.githubusercontent.com/c9/install/master/install.sh | bash

or

wget -O - https://raw.githubusercontent.com/c9/install/master/install.sh | bash