Change locations for configuring locales
This commit is contained in:
parent
1a98910b82
commit
8614f4b683
Binary file not shown.
|
@ -506,8 +506,6 @@ function interactive_configuration {
|
||||||
cp $CONFIGURATION_FILE temp.cfg
|
cp $CONFIGURATION_FILE temp.cfg
|
||||||
fi
|
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."
|
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
|
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
|
||||||
|
|
|
@ -263,6 +263,7 @@ EOF
|
||||||
echo " git stash" >> $rootdir/root/.bashrc
|
echo " git stash" >> $rootdir/root/.bashrc
|
||||||
echo " git pull" >> $rootdir/root/.bashrc
|
echo " git pull" >> $rootdir/root/.bashrc
|
||||||
echo " make install" >> $rootdir/root/.bashrc
|
echo " make install" >> $rootdir/root/.bashrc
|
||||||
|
echo " dpkg-reconfigure locales" >> $rootdir/root/.bashrc
|
||||||
|
|
||||||
if [[ $MINIMAL_INSTALL == "no" ]]; then
|
if [[ $MINIMAL_INSTALL == "no" ]]; then
|
||||||
echo " ${PROJECT_NAME} menuconfigfull" >> $rootdir/root/.bashrc
|
echo " ${PROJECT_NAME} menuconfigfull" >> $rootdir/root/.bashrc
|
||||||
|
|
Loading…
Reference in New Issue