diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-06 19:26:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-06 19:26:45 -0500 |
commit | 7f962709d370939f4c4b6087991c3766d495a79a (patch) | |
tree | d3b384980d4ef9d10727bfeddba223f818a8714c | |
parent | 5ed4ceedb02b1f782d662e7812e3f62bc9b4d1ed (diff) | |
download | cl-7f962709d370939f4c4b6087991c3766d495a79a.tar.lz cl-7f962709d370939f4c4b6087991c3766d495a79a.tar.xz cl-7f962709d370939f4c4b6087991c3766d495a79a.zip |
guia-de-instalacion-de-hyperbola.en.md: fix typo, change whell to wheel
-rw-r--r-- | content/articles/guia-de-instalacion-de-hyperbola.en.md | 2 | ||||
-rw-r--r-- | 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 |