Last active
August 29, 2015 14:21
-
-
Save R3V1Z3/55050e9e057460ad2fb7 to your computer and use it in GitHub Desktop.
Quick script to install Cool Retro Term on Ubuntu 14.x or derivates. More about Cool Retro Term at https://github.com/Swordfish90/cool-retro-term
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-add-repository ppa:bugs-launchpad-net-falkensweb/cool-retro-term | |
sudo apt-get update | |
sudo apt-get install cool-retro-term |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment