From ce1127988a199c3210e7afc98d839d1188df4c42 Mon Sep 17 00:00:00 2001 From: go15 <go15@inf.ufpr.br> Date: Fri, 4 Dec 2015 09:38:07 -0200 Subject: [PATCH] =?UTF-8?q?Adicionei=20a=20op=C3=A7=C3=A3o=20para=20o=20ar?= =?UTF-8?q?ch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arch-based/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 arch-based/Makefile diff --git a/arch-based/Makefile b/arch-based/Makefile new file mode 100644 index 0000000..352efe7 --- /dev/null +++ b/arch-based/Makefile @@ -0,0 +1,31 @@ +fresh-install: update install + +update: + sudo pacman -Syu + +install: ssh php mysql php-mysql ruby nodejs git editors openjdk xchm latex + +ssh: + sudo pacman -S openssh +php: + sudo pacman -S php php-apache +mysql: + sudo pacman -S mysql +php-mysql: php mysql + +ruby: + sudo pacman -S ruby +nodejs: + sudo pacman -S nodejs npm +git: + sudo pacman -S git +editors: + sudo pacman -S vim gedit +openjdk: + sudo pacman -S jdk7-openjdk +flash: + sudo pacman -S flashplugin +xchm: + sudo pacman -S xchm +latex: + sudo pacman -S texlive-full kile -- GitLab