Stretch version

This commit is contained in:
Bob Mottram 2017-06-28 11:54:24 +01:00
parent ca7e2ef2b6
commit c5a9c6707d
2 changed files with 3 additions and 2 deletions

View File

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

View File

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