From 9ee843a9acfab6df7c84947e3134f94eec34f41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 27 Aug 2021 21:36:15 -0500 Subject: [PATCH] minor fix path to pacman.conf file --- hyperfi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")