Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Deprecate installer in favor of hosted version #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Cloud9 SSH installer
(Deprecated) 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.
This package is deprecated, please use [this hosted version of script](https://dhj20r2nmszcd.cloudfront.net/static/c9-install-2.0.0.sh)

curl -L https://raw.githubusercontent.com/c9/install/master/install.sh | bash
You can run it as

curl -L https://dhj20r2nmszcd.cloudfront.net/static/c9-install-2.0.0.sh | bash

or

wget -O - https://raw.githubusercontent.com/c9/install/master/install.sh | bash
wget -O - https://dhj20r2nmszcd.cloudfront.net/static/c9-install-2.0.0.sh | bash