Skip to content

Instantly share code, notes, and snippets.

@occamshatchet
occamshatchet / install-script.sh
Created May 1, 2018 21:35
An install script of omnitty on Debian/Ubuntu
#!/bin/sh
dir=`mktemp -d`
oridir=`pwd`
cd $dir
if [ -x "/usr/bin/wget" ]; then
wget https://gist.github.com/raw/4077456/45864036e823a8b7faaf5fb2f179486e0500740d/md5sums
wget https://gist.github.com/raw/4077459/7ba155894489c1be43875d0092da91a7eaeb2d7b/omnitty.conf
wget http://downloads.sourceforge.net/project/rote/rote/rote-0.2.8/rote-0.2.8.tar.gz