Just in case EDITOR isn't set
This commit is contained in:
parent
55e4763abf
commit
6465826a7d
@ -2174,7 +2174,7 @@ install_mirror_country()
|
|||||||
sed -i 's/^#Server/Server/g' "$tmp"
|
sed -i 's/^#Server/Server/g' "$tmp"
|
||||||
|
|
||||||
# let the user edit and confirm it
|
# 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
|
if yesno "Mirror Country" "\nUse the newly created mirrorlist for installation?\n"; then
|
||||||
conf=true
|
conf=true
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user