Selaa lähdekoodia

Change locations for configuring locales

Bob Mottram 9 vuotta sitten
vanhempi
commit
8614f4b683
3 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. BIN
      man/freedombone.1.gz
  2. 0
    2
      src/freedombone-config
  3. 1
    0
      src/freedombone-image-customise

BIN
man/freedombone.1.gz Näytä tiedosto


+ 0
- 2
src/freedombone-config Näytä tiedosto

@@ -506,8 +506,6 @@ function interactive_configuration {
506 506
         cp $CONFIGURATION_FILE temp.cfg
507 507
     fi
508 508
 
509
-    dpkg-reconfigure locales
510
-
511 509
     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."
512 510
 
513 511
     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

+ 1
- 0
src/freedombone-image-customise Näytä tiedosto

@@ -263,6 +263,7 @@ EOF
263 263
     echo "    git stash" >> $rootdir/root/.bashrc
264 264
     echo "    git pull" >> $rootdir/root/.bashrc
265 265
     echo "    make install" >> $rootdir/root/.bashrc
266
+    echo "    dpkg-reconfigure locales" >> $rootdir/root/.bashrc
266 267
 
267 268
     if [[ $MINIMAL_INSTALL == "no" ]]; then
268 269
         echo "    ${PROJECT_NAME} menuconfigfull" >> $rootdir/root/.bashrc