fusion809 / komodo-installer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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):

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

while if you have wget but not cURL installed run:

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

About

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

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%