mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 05:45:23 +01:00
Add grep 3.7.
This commit is contained in:
parent
e748d62a62
commit
f9d83f3a35
7 changed files with 139 additions and 2 deletions
4
sysc.py
4
sysc.py
|
|
@ -215,3 +215,7 @@ class SysC(SysGeneral):
|
|||
|
||||
# which 2.21
|
||||
self.get_file("https://carlowood.github.io/which/which-2.21.tar.gz")
|
||||
|
||||
# grep 3.7
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/grep/grep-3.7.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-8f4538a5.tar.gz"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue