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
43
43
** For other linux systems**
44
44
45
45
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
47
47
Note: If you install with this method you will not be informed of updates
48
48
by system.
49
49
50
50
``` 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
53
53
sudo make install
54
54
```
55
55
** Arch based System**
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function Bmt_Metadata_Func
30
30
bmtPrintFunc norm " Description : A Bash Shell library file for commonly used functions
31
31
can be imported into shell scripts to create functional and colorful
32
32
scripts and Terminal users interfaces(TUI). "
33
- bmtPrintFunc norm " Version : 1.5-6 "
33
+ bmtPrintFunc norm " Version : 1.7-8 "
34
34
bmtPrintFunc norm " License: MIT"
35
35
bmtPrintFunc norm " URL : https://github.com/gavinlyonsrepo/bashmultitool "
36
36
bmtPrintFunc norm " Path : /usr/lib/bashmultitool"
Original file line number Diff line number Diff line change @@ -21,3 +21,6 @@ Version control
21
21
### version 1.5-6 290718
22
22
* Add script with meta data and help.
23
23
* 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