Last active
January 17, 2016 07:46
-
-
Save JoseCage/8c957d349ee4bc7cf3b0 to your computer and use it in GitHub Desktop.
Um script básico para instalar o Atom.io no Ubuntu
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 | |
echo "Ola, $USER! seja bem vindo." | |
echo "Esta prestes a baixar e instalar o editor de códigos ATOM. Nice code for you." | |
sudo add-apt-repository ppa:webupd8team/atom && sudo apt-get update && sudo apt-get install atom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment