Ver código fonte

Stretch version

Bob Mottram 7 anos atrás
pai
commit
c5a9c6707d
2 arquivos alterados com 3 adições e 2 exclusões
  1. 2
    1
      src/freedombone-controlpanel
  2. 1
    1
      src/freedombone-vars

+ 2
- 1
src/freedombone-controlpanel Ver arquivo

@@ -614,7 +614,8 @@ function show_about {
614 614
     get_apps_installed_names
615 615
 
616 616
     clear
617
-    echo "=== ${PROJECT_NAME} version ${VERSION} ($DEBIAN_VERSION) ===\n"
617
+    echo "==== ${PROJECT_NAME} version ${VERSION} ($DEBIAN_VERSION) ===="
618
+    echo ''
618 619
     show_ip_addresses
619 620
     show_tor_bridges
620 621
     show_ssh_public_key

+ 1
- 1
src/freedombone-vars Ver arquivo

@@ -52,7 +52,7 @@ PROJECT_REPO="https://github.com/bashrc/${PROJECT_NAME}"
52 52
 INSTALLING_ON_BBB="no"
53 53
 
54 54
 # Version number of this script
55
-VERSION="2.00"
55
+VERSION="3.00"
56 56
 
57 57
 # if yes then this minimises the number of descisions presented during install
58 58
 MINIMAL_INSTALL="yes"