diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-27 21:36:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-27 21:36:15 -0500 |
commit | 9ee843a9acfab6df7c84947e3134f94eec34f41d (patch) | |
tree | e1c7e0ca596241587c26719d2e00a14c9345b9bd | |
parent | c01c84e856a79fa8d33778513e3e844e59d74037 (diff) | |
download | hyperfi-9ee843a9acfab6df7c84947e3134f94eec34f41d.tar.lz hyperfi-9ee843a9acfab6df7c84947e3134f94eec34f41d.tar.xz hyperfi-9ee843a9acfab6df7c84947e3134f94eec34f41d.zip |
minor fix path to pacman.conf file
-rw-r--r-- | hyperfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1017,7 +1017,7 @@ archmenu(){ nextitem="${txtedit//%1/mirrorlist}" ;; "${txtedit//%1/pacman.conf}") - ${EDITOR} /mnt/etc/pacman.d/pacman.conf + ${EDITOR} /mnt/etc/pacman.conf nextitem="${txtedit//%1/pacman.conf}" ;; "${txtbootloader}") |