diff --git a/docs/en/installation/debian.md b/docs/en/installation/debian.md index 06955fbbb..c6b040115 100644 --- a/docs/en/installation/debian.md +++ b/docs/en/installation/debian.md @@ -8,11 +8,20 @@ Note that 'sudo' is not installed by default in Debian. It's possible to install su ``` + > For [Vagrant](/en/installation/vagrant.md) run: > ``` > sudo su - > ``` +## System update + +Run a general system update: + +```bash +apt-get update +``` + ## Git Git is officially maintained in Debian: @@ -129,6 +138,14 @@ createuser consul --createdb --superuser --pwprompt exit ``` +## Imagemagick + +Install Imagemagick: + +```bash +apt-get install imagemagick +``` + ## ChromeDriver To run E2E integration tests, we use Selenium along with Headless Chrome. diff --git a/docs/es/installation/debian.md b/docs/es/installation/debian.md index 40aa00104..3946ed898 100644 --- a/docs/es/installation/debian.md +++ b/docs/es/installation/debian.md @@ -13,6 +13,14 @@ su > sudo su - > ``` +## Actualización de sistema + +Ejecute una actualización general de las librerías de sistema: + +```bash +apt-get update +``` + ## Git Git es mantenido oficialmente en Debian: @@ -129,6 +137,14 @@ createuser consul --createdb --superuser --pwprompt exit ``` +## Imagemagick + +Instale Imagemagick: + +```bash +apt-get install imagemagick +``` + ## ChromeDriver Para realizar pruebas de integración, usamos Selenium junto a Headless Chrome.