File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ sudo apt install bashmultitool
4343** For other linux systems**
4444
4545Download 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
4747Note: If you install with this method you will not be informed of updates
4848by 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
5353sudo make install
5454```
5555** Arch based System**
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments