#!/bin/bash
sudo add-apt-repository -y ppa:gnome-terminator/nightly
sudo apt-get update
sudo apt-get install terminator --allow-unauthenticated -y
