From 7f962709d370939f4c4b6087991c3766d495a79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 6 Jul 2020 19:26:45 -0500 Subject: [PATCH] guia-de-instalacion-de-hyperbola.en.md: fix typo, change whell to wheel --- content/articles/guia-de-instalacion-de-hyperbola.en.md | 2 +- content/articles/guia-de-instalacion-de-hyperbola.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/articles/guia-de-instalacion-de-hyperbola.en.md b/content/articles/guia-de-instalacion-de-hyperbola.en.md index 736ab76..ab710c9 100644 --- a/content/articles/guia-de-instalacion-de-hyperbola.en.md +++ b/content/articles/guia-de-instalacion-de-hyperbola.en.md @@ -239,7 +239,7 @@ Install base packages: - Edit `/etc/sudoers` file - # sed -i /etc/sudoers -e 's/^# %whell ALL=(ALL) ALL/%whell ALL=(ALL) ALL/g' + # sed -i /etc/sudoers -e 's/^# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/g' - Reboot pc diff --git a/content/articles/guia-de-instalacion-de-hyperbola.md b/content/articles/guia-de-instalacion-de-hyperbola.md index 02becde..df538e9 100644 --- a/content/articles/guia-de-instalacion-de-hyperbola.md +++ b/content/articles/guia-de-instalacion-de-hyperbola.md @@ -241,7 +241,7 @@ Creamos el usuario `freedom` y lo agregamos a los grupos básicos - Editamos el archivo `/etc/sudoers` - # sed -i /etc/sudoers -e 's/^# %whell ALL=(ALL) ALL/%whell ALL=(ALL) ALL/g' + # sed -i /etc/sudoers -e 's/^# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/g' - Reiniciamos el equipo