Skip to content

Instantly share code, notes, and snippets.

@waloriju
Last active December 20, 2015 22:38
Show Gist options
  • Save waloriju/6206503 to your computer and use it in GitHub Desktop.
Save waloriju/6206503 to your computer and use it in GitHub Desktop.
Instalação netbeans-7.3.1 português/br

Run: NetBeans 7.3.1 PT-BR - Download

curl -ks https://gist.githubusercontent.com/waloriju/6206503/raw/6c6b70b6030b583b6a793134056b1a6baf78cf6b/run.sh | bash -
#!/bin/bash
#Download
cd /tmp
rm -rf netbeans-7.3.1-linux*
sudo wget "http://download.netbeans.org/netbeans/7.3.1/final/bundles/netbeans-7.3.1-linux.sh"
#install
sudo chmod +x netbeans-7.3.1-linux.sh
sh netbeans-7.3.1-linux.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment