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 | |
| # | |
| # NINETEEN.SH | |
| # This script allows you to install/update Enlightenment 19 git version on | |
| # Ubuntu 14.04 LTS or Debian wheezy/sid, or remove E19 git from your system. | |
| # Originally from: http://ubuntuforums.org/showthread.php?t=2203190 | |
| # By: Philippe J. Guillaumie (batden AT sfr DOT fr). | |
| # Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com). | |
| # | |
| # Tip: |
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 | |
| #~ NINETEEN.SH | |
| #~ This script allows you to easily install/update Enlightenment 19 stable on | |
| #~ Ubuntu 14.04 LTS, or remove E19 from your system. | |
| #~ Tip: | |
| #~ Get the Faenza and Faience icon sets for your enlightened desktop before | |
| #~ running the script. | |
| #~ See http://www.noobslab.com/2014/06/faience-and-faenza-icons-for.html |