Skip to content

Commit 53617a0

Browse files
verion 1.7-8
1 parent 23d3e05 commit 53617a0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ sudo apt install bashmultitool
4343
**For other linux systems**
4444

4545
Download latest fixed release and run the makefile as per
46-
terminal commands below for version 1.5 latest release at time of writing
46+
terminal commands below for version 1.7 latest release at time of writing
4747
Note: If you install with this method you will not be informed of updates
4848
by system.
4949

5050
```sh
51-
curl -sL https://github.com/gavinlyonsrepo/bashmultitool/archive/1.5.tar.gz | tar xz
52-
cd bashmultitool-1.5
51+
curl -sL https://github.com/gavinlyonsrepo/bashmultitool/archive/1.7.tar.gz | tar xz
52+
cd bashmultitool-1.7
5353
sudo make install
5454
```
5555
**Arch based System**

bashmultitool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function Bmt_Metadata_Func
3030
bmtPrintFunc norm " Description : A Bash Shell library file for commonly used functions
3131
can be imported into shell scripts to create functional and colorful
3232
scripts and Terminal users interfaces(TUI). "
33-
bmtPrintFunc norm " Version : 1.5-6 "
33+
bmtPrintFunc norm " Version : 1.7-8"
3434
bmtPrintFunc norm " License: MIT"
3535
bmtPrintFunc norm " URL : https://github.com/gavinlyonsrepo/bashmultitool "
3636
bmtPrintFunc norm " Path : /usr/lib/bashmultitool"

documentation/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ Version control
2121
### version 1.5-6 290718
2222
* Add script with meta data and help.
2323
* re-org of Documentation.
24+
25+
### version 1.7-8 04202020
26+
* updating PPA to Ubuntu 20.04 LTS (Focal Fossa)

0 commit comments

Comments
 (0)