Stretch version
This commit is contained in:
parent
ca7e2ef2b6
commit
c5a9c6707d
|
@ -614,7 +614,8 @@ function show_about {
|
||||||
get_apps_installed_names
|
get_apps_installed_names
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "=== ${PROJECT_NAME} version ${VERSION} ($DEBIAN_VERSION) ===\n"
|
echo "==== ${PROJECT_NAME} version ${VERSION} ($DEBIAN_VERSION) ===="
|
||||||
|
echo ''
|
||||||
show_ip_addresses
|
show_ip_addresses
|
||||||
show_tor_bridges
|
show_tor_bridges
|
||||||
show_ssh_public_key
|
show_ssh_public_key
|
||||||
|
|
|
@ -52,7 +52,7 @@ PROJECT_REPO="https://github.com/bashrc/${PROJECT_NAME}"
|
||||||
INSTALLING_ON_BBB="no"
|
INSTALLING_ON_BBB="no"
|
||||||
|
|
||||||
# Version number of this script
|
# Version number of this script
|
||||||
VERSION="2.00"
|
VERSION="3.00"
|
||||||
|
|
||||||
# if yes then this minimises the number of descisions presented during install
|
# if yes then this minimises the number of descisions presented during install
|
||||||
MINIMAL_INSTALL="yes"
|
MINIMAL_INSTALL="yes"
|
||||||
|
|
Loading…
Reference in New Issue