浏览代码

Stretch version

Bob Mottram 7 年前
父节点
当前提交
c5a9c6707d
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2
    1
      src/freedombone-controlpanel
  2. 1
    1
      src/freedombone-vars

+ 2
- 1
src/freedombone-controlpanel 查看文件

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

+ 1
- 1
src/freedombone-vars 查看文件

52
 INSTALLING_ON_BBB="no"
52
 INSTALLING_ON_BBB="no"
53
 
53
 
54
 # Version number of this script
54
 # Version number of this script
55
-VERSION="2.00"
55
+VERSION="3.00"
56
 
56
 
57
 # if yes then this minimises the number of descisions presented during install
57
 # if yes then this minimises the number of descisions presented during install
58
 MINIMAL_INSTALL="yes"
58
 MINIMAL_INSTALL="yes"