From 53617a0c23bc89c0d9ed52b1ac237617b1d8cb82 Mon Sep 17 00:00:00 2001 From: Gavin lyons Date: Wed, 20 May 2020 16:24:17 +0100 Subject: [PATCH] verion 1.7-8 --- README.md | 6 +++--- bashmultitool.sh | 2 +- documentation/changelog.md | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0b971e..0fd4b46 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ sudo apt install bashmultitool **For other linux systems** Download latest fixed release and run the makefile as per -terminal commands below for version 1.5 latest release at time of writing +terminal commands below for version 1.7 latest release at time of writing Note: If you install with this method you will not be informed of updates by system. ```sh -curl -sL https://github.com/gavinlyonsrepo/bashmultitool/archive/1.5.tar.gz | tar xz -cd bashmultitool-1.5 +curl -sL https://github.com/gavinlyonsrepo/bashmultitool/archive/1.7.tar.gz | tar xz +cd bashmultitool-1.7 sudo make install ``` **Arch based System** diff --git a/bashmultitool.sh b/bashmultitool.sh index 3f3852f..365228c 100755 --- a/bashmultitool.sh +++ b/bashmultitool.sh @@ -30,7 +30,7 @@ function Bmt_Metadata_Func bmtPrintFunc norm " Description : A Bash Shell library file for commonly used functions can be imported into shell scripts to create functional and colorful scripts and Terminal users interfaces(TUI). " - bmtPrintFunc norm " Version : 1.5-6 " + bmtPrintFunc norm " Version : 1.7-8" bmtPrintFunc norm " License: MIT" bmtPrintFunc norm " URL : https://github.com/gavinlyonsrepo/bashmultitool " bmtPrintFunc norm " Path : /usr/lib/bashmultitool" diff --git a/documentation/changelog.md b/documentation/changelog.md index d334879..4474a08 100644 --- a/documentation/changelog.md +++ b/documentation/changelog.md @@ -21,3 +21,6 @@ Version control ### version 1.5-6 290718 * Add script with meta data and help. * re-org of Documentation. + +### version 1.7-8 04202020 + * updating PPA to Ubuntu 20.04 LTS (Focal Fossa)