Skip to content

Instantly share code, notes, and snippets.

@JoseCage
Last active January 17, 2016 07:46
Show Gist options
  • Save JoseCage/8c957d349ee4bc7cf3b0 to your computer and use it in GitHub Desktop.
Save JoseCage/8c957d349ee4bc7cf3b0 to your computer and use it in GitHub Desktop.
Um script básico para instalar o Atom.io no Ubuntu
#/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