Bläddra i källkod

Welcome dialog for interactive installer

Bob Mottram 10 år sedan
förälder
incheckning
101cff0741
1 ändrade filer med 8 tillägg och 0 borttagningar
  1. 8
    0
      src/freedombone

+ 8
- 0
src/freedombone Visa fil

@@ -33,6 +33,12 @@
33 33
 
34 34
 NO_OF_ARGS=$#
35 35
 
36
+# Web site
37
+FREEDOMBONE_WEBSITE="http://freedombone.uk.to"
38
+
39
+# Contact details
40
+FREEDOMBONE_BITMESSAGE="BM-2cWuhmBvVdfrHhLoZTdspCkKeiTorUesSL"
41
+
36 42
 DOMAIN_NAME=
37 43
 MY_USERNAME=
38 44
 SYSTEM_TYPE=
@@ -412,6 +418,8 @@ function save_configuration_file {
412 418
 }
413 419
 
414 420
 function interactive_configuration {
421
+  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
422
+
415 423
   data=$(tempfile 2>/dev/null)
416 424
   trap "rm -f $data" 0 1 2 5 15
417 425
   dialog --backtitle "Freedombone Configuration" \