This file contains 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 | |
# http://bit.ly/2eP5qN7 version 1.0 | |
# http://bit.ly/2ePMpdu version 1.1 | |
# http://bit.ly/2g9CTUq version 1.2 http://bit.ly/2fQDl9m | |
# http://bit.ly/2fTCbdj version 1.3 | |
#version:1.3 | |
echo "Cent OS 5.11 Setup " | |
USUARIO="fronter" | |
if [ ! -e step1.install ] ; then | |
{ |
This file contains 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 | |
# @author Zeus Intuivo <zeus AT intuivo DOT com> | |
# | |
# NINETEEN_VIVID.SH | |
# This script allows you to install/update Enlightenment 19 git version on | |
# Ubuntu 15.04 LTS or 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). |
This file contains 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 | |
# @author Zeus Intuivo <zeus AT intuivo DOT com> | |
# | |
# enlightenment_nineteen_16_xenial.sh | |
# This script allows you to install/update Enlightenment 19 git version on | |
# Ubuntu 16.04 LTS Xenial , | |
# 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). |
This file contains 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 | |
# @author Zeus Intuivo (zeus AT intuivo DOT com) | |
# | |
# intoostation_xenial_setup.sh | |
# This script allows you to setup your working environment with what I consider to be minimum requirements | |
# version on | |
# Ubuntu 15.04 LTS or Ubuntu 14.04 LTS or Debian wheezy/sid | |
# | |
# Optional Requires: | |
# install_sublime_text.sh -> https://gist.github.com/askmatey/c4fcbf37b598aee180bb |
This file contains 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 | |
# @author Zeus Intuivo (zeus AT intuivo DOT com) | |
# | |
# intoostation_vivid_setup.sh | |
# This script allows you to setup your working environment with what I consider to be minimum requirements | |
# version on | |
# Ubuntu 15.04 LTS or Ubuntu 14.04 LTS or Debian wheezy/sid | |
# | |
# Optional Requires: | |
# install_sublime_text.sh -> https://gist.github.com/askmatey/c4fcbf37b598aee180bb |
This file contains 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 | |
# @author Zeus Intuivo <zeus AT intuivo DOT com> | |
# | |
# NINETEEN_VIVID.SH | |
# This script allows you to install/update Enlightenment 19 git version on | |
# Ubuntu 15.04 LTS or 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). |