Skip to content
Snippets Groups Projects
Commit 4bb3480f authored by Gabriel Olescki's avatar Gabriel Olescki
Browse files

Adicionei a opção para o arch

parent 3df27375
No related branches found
No related tags found
No related merge requests found
all:
fresh-install: update install
update:
sudo apt-get update
sudo apt-get upgrade -y
install: ssh php mysql php-mysql ruby nodejs git editors openjdk xchmn latex
ssh:
sudo apt-get install -y openssh-client openssh-server
php:
sudo apt-get install -y php5
mysql:
sudo apt-get install -y mysql-client mysql-server
php-mysql: php mysql
ruby:
sudo apt-get install -y ruby2.0
nodejs:
sudo apt-get install -y nodejs npm
git:
sudo apt-get install -y git
editors:
sudo apt-get install -y vim gedit
openjdk:
sudo apt-get install -y openjdk-7-jre openjdk-7-jdk default-jdk default-jre
flash:
sudo apt-get install -y pepperflashplugin-nonfree
xchm:
sudo apt-get install -y xchm
latex:
sudo apt-get install -y texlive-full kile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment