diff --git a/src/freedombone b/src/freedombone index e3a90105..a17db378 100755 --- a/src/freedombone +++ b/src/freedombone @@ -33,6 +33,12 @@ NO_OF_ARGS=$# +# Web site +FREEDOMBONE_WEBSITE="http://freedombone.uk.to" + +# Contact details +FREEDOMBONE_BITMESSAGE="BM-2cWuhmBvVdfrHhLoZTdspCkKeiTorUesSL" + DOMAIN_NAME= MY_USERNAME= SYSTEM_TYPE= @@ -412,6 +418,8 @@ function save_configuration_file { } function interactive_configuration { + dialog --title "Freedombone" --msgbox "Welcome to the Freedombone interactive installer. Communications freedom is only a short time away.\n\nEnsure that you have your domain and dynamic DNS settings ready.\n\nFor more information please visit $FREEDOMBONE_WEBSITE or send a Bitmessage to $FREEDOMBONE_BITMESSAGE" 15 50 + data=$(tempfile 2>/dev/null) trap "rm -f $data" 0 1 2 5 15 dialog --backtitle "Freedombone Configuration" \