From 3a73efda7f32d8b3dfe55c86f3f3bf9caad99eb5 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Wed, 3 Feb 2016 11:39:50 -0200 Subject: [PATCH] Adicionada regra para o Curl --- debian-based/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian-based/Makefile b/debian-based/Makefile index a96b889..12d7c88 100644 --- a/debian-based/Makefile +++ b/debian-based/Makefile @@ -4,7 +4,7 @@ update: sudo apt-get update sudo apt-get upgrade -y -install: ssh php mysql php-mysql ruby nodejs git editors openjdk xchmn latex +install: ssh php mysql php-mysql ruby nodejs git editors openjdk xchmn latex curl ssh: sudo apt-get install -y openssh-client openssh-server @@ -30,4 +30,6 @@ xchm: sudo apt-get install -y xchm latex: sudo apt-get install -y texlive-full kile +curl: + sudo apt-get install -y curl -- GitLab