diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-03 12:13:48 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-03 12:13:48 -0500 |
commit | 47152ca1008f258fc68e12600dc7583417cb6051 (patch) | |
tree | afa5a30aa833c8f11a4eba23913617c893923594 | |
parent | 602bc06dc621137ca8a8e728cc447751bd0b621d (diff) | |
download | book-47152ca1008f258fc68e12600dc7583417cb6051.tar.lz book-47152ca1008f258fc68e12600dc7583417cb6051.tar.xz book-47152ca1008f258fc68e12600dc7583417cb6051.zip |
[libretools]: fix typo
-rw-r--r-- | libretools/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libretools/README.md b/libretools/README.md index ab0f3e3..153785c 100644 --- a/libretools/README.md +++ b/libretools/README.md @@ -119,7 +119,7 @@ permit nopass :wheel ## Configuración chroot para Hyperbola v0.4 -Editar `/etc/pacman.d/mirrorslist` del sistema operativo local con las URLs de testing (al menos por ahora hasta fijar libretools) +Editar `/etc/pacman.d/mirrorlist` del sistema operativo local con las URLs de testing (al menos por ahora hasta fijar libretools) ```console $ wget https://paste.debian.net/plain/1199102 -O /tmp/pacman.conf @@ -149,4 +149,4 @@ $ doas sed -e 's|echo "Server = $host_mirror" >"$working_dir/etc/pacman.d/mirror $ doas librechroot update ``` -Restaurar el archivo `/etc/pacman.d/mirrorslist` de sistema operativo local +Restaurar el archivo `/etc/pacman.d/mirrorlist` de sistema operativo local |