From 6465826a7dcb6491cfe77f2bfb0d43dce658e5f9 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 17 May 2020 19:39:11 -0700 Subject: [PATCH] Just in case EDITOR isn't set --- installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer b/installer index 1cbcf5d..d507e87 100755 --- a/installer +++ b/installer @@ -2174,7 +2174,7 @@ install_mirror_country() sed -i 's/^#Server/Server/g' "$tmp" # let the user edit and confirm it - $EDITOR "$tmp" + ${EDITOR:-vim} "$tmp" if yesno "Mirror Country" "\nUse the newly created mirrorlist for installation?\n"; then conf=true else