Skip to content

Instantly share code, notes, and snippets.

View dyoungwd's full-sized avatar

Darren Young dyoungwd

View GitHub Profile
@dyoungwd
dyoungwd / koala-install.sh
Created November 25, 2016 09:17
Script to install koala-app Less / Sass compiler on Fedora
#!/usr/bin/env bash
#Script to install Koala-App
#Koala is a GUI application for Less, Sass, Compass and CoffeeScript compilation
#http://koala-app.com/
#Script by D4zzy
# Install wget if not installed
sudo dnf install wget
# Download Koala App