aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-27 21:36:15 -0500
committerJesús <heckyel@hyperbola.info>2021-08-27 21:36:15 -0500
commit9ee843a9acfab6df7c84947e3134f94eec34f41d (patch)
treee1c7e0ca596241587c26719d2e00a14c9345b9bd
parentc01c84e856a79fa8d33778513e3e844e59d74037 (diff)
downloadhyperfi-9ee843a9acfab6df7c84947e3134f94eec34f41d.tar.lz
hyperfi-9ee843a9acfab6df7c84947e3134f94eec34f41d.tar.xz
hyperfi-9ee843a9acfab6df7c84947e3134f94eec34f41d.zip
minor fix path to pacman.conf file
-rw-r--r--hyperfi2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperfi b/hyperfi
index bb61f77..54ee655 100644
--- a/hyperfi
+++ b/hyperfi
@@ -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}")