Skip to content

Commit dbcb51e

Browse files
authored
chore: removing unuseful comment
1 parent d993ada commit dbcb51e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

2-Ambiente/3-Ambiente-linux.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Vamos instalar o PHP com alguns módulos para ajudar no desenvolvimento posterio
77
Pra instalar tudo de uma vez, basta rodar o comando abaixo:
88
- Debian, Ubuntu e distribuições derivadas(apt):
99
```bash
10-
sudo apt install php php-mysql php-zip php-curl
10+
sudo apt install php php-mysql php-zip php-curl
1111
```
1212
- Arch Linux, Manjaro e distribuições derivadas(pacman):
1313
```bash
@@ -26,10 +26,10 @@ $ php -v
2626
O retorno do comando acima deve exibir algo parecido com:
2727

2828
```bash
29-
PHP 7.4.11-0ubuntu0.19.10.3 (cli) (built: Feb 12 2020 15:22:33) ( NTS )
30-
Copyright (c) 1997-2018 The PHP Group
31-
Zend Engine v3.3.11, Copyright (c) 1998-2018 Zend Technologies
32-
with Zend OPcache v7.3.11-0ubuntu0.19.10.3, Copyright (c) 1999-2018, by Zend Technologies
29+
PHP 8.2.1 (cli) (built: Jan 13 2023 10:43:08) (NTS)
30+
Copyright (c) The PHP Group
31+
Zend Engine v4.2.1, Copyright (c) Zend Technologies
32+
with Zend OPcache v8.2.1, Copyright (c), by Zend Technologies
3333
```
3434

3535
Para verificar os módulos instalados, basta rodar o comando abaixo:

0 commit comments

Comments
 (0)