minor fix path to pacman.conf file

This commit is contained in:
Jesús
2021-08-27 21:36:15 -05:00
parent c01c84e856
commit 9ee843a9ac

View File

@@ -1017,7 +1017,7 @@ archmenu(){
nextitem="${txtedit//%1/mirrorlist}" nextitem="${txtedit//%1/mirrorlist}"
;; ;;
"${txtedit//%1/pacman.conf}") "${txtedit//%1/pacman.conf}")
${EDITOR} /mnt/etc/pacman.d/pacman.conf ${EDITOR} /mnt/etc/pacman.conf
nextitem="${txtedit//%1/pacman.conf}" nextitem="${txtedit//%1/pacman.conf}"
;; ;;
"${txtbootloader}") "${txtbootloader}")