Skip to content
Snippets Groups Projects
Commit 3a73efda authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Adicionada regra para o Curl

parent d132740e
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ update: ...@@ -4,7 +4,7 @@ update:
sudo apt-get update sudo apt-get update
sudo apt-get upgrade -y 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: ssh:
sudo apt-get install -y openssh-client openssh-server sudo apt-get install -y openssh-client openssh-server
...@@ -30,4 +30,6 @@ xchm: ...@@ -30,4 +30,6 @@ xchm:
sudo apt-get install -y xchm sudo apt-get install -y xchm
latex: latex:
sudo apt-get install -y texlive-full kile sudo apt-get install -y texlive-full kile
curl:
sudo apt-get install -y curl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment