diff --git a/usr/share/install_helper.sh b/usr/share/install_helper.sh index dbb3228..b8515ad 100644 --- a/usr/share/install_helper.sh +++ b/usr/share/install_helper.sh @@ -66,6 +66,9 @@ fi if [ -z "$my_edit" ]; then my_edit=$(basename "$(type -p vi)") fi +if [ -z "$my_edit" ]; then + my_edit="nano" +fi set -e if [ "root" == $(whoami) ] || [ 0 == $(id -u) ]; then