From 009b47f4980b91711e3f94f6c338965023e2c393 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 2 Dec 2015 15:05:18 +0000 Subject: [PATCH] Configure locales before interactive install --- src/freedombone-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-config b/src/freedombone-config index bbb0fe29..330a4a68 100755 --- a/src/freedombone-config +++ b/src/freedombone-config @@ -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