Skip to content

Commit

Permalink
verion 1.7-8
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinlyonsrepo committed May 20, 2020
1 parent 23d3e05 commit 53617a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion bashmultitool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions documentation/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 53617a0

Please sign in to comment.