Skip to content
Snippets Groups Projects
Commit 009b47f4 authored by Bob Mottram's avatar Bob Mottram
Browse files

Configure locales before interactive install

parent e7b6f13e
No related branches found
No related tags found
No related merge requests found
......@@ -506,6 +506,8 @@ function interactive_configuration {
cp $CONFIGURATION_FILE temp.cfg
fi
dpkg-reconfigure locales
FREEDNS_MESSAGE=$"Please enter the FreeDNS code for this domain.\n\nThe code can be found by going to https://freedns.afraid.org, selecting 'Dynamic DNS' and then opening 'Wget example'. The code will consist of letters and numbers and be between the ? and = characters."
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment