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