Skip to content

fusion809/komodo-installer

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages