An open API service indexing awesome lists of open source software.

https://github.com/fusion809/komodo-installer

A shell script installer for Komodo Edit (git repo: https://github.com/Komodo/KomodoEdit).
https://github.com/fusion809/komodo-installer

installers komodo-edit komodo-installer shell-scripts

Last synced: 3 months ago
JSON representation

A shell script installer for Komodo Edit (git repo: https://github.com/Komodo/KomodoEdit).

Awesome Lists containing this project

README

          

# Komodo Installer



Figure 1: Komodo Edit 9.3.2 running on CentOS 7

This repository contains scripts for installing Komodo Edit from the binary tarballs provided by the Komodo Edit website.

To install Komodo using the `quick-install.sh` script run (assuming cURL is installed):

```bash
/bin/bash -c "$(curl -sL https://git.io/vrGbs)"
```

while if you have wget but not cURL installed run:

```bash
/bin/bash -c "$(wget -cqO- https://git.io/vrGbs)"
```