mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 05:15:24 +01:00
Add which 2.21.
This commit is contained in:
parent
d72c68369e
commit
9f3f65f146
6 changed files with 36 additions and 0 deletions
3
sysc.py
3
sysc.py
|
|
@ -212,3 +212,6 @@ class SysC(SysGeneral):
|
|||
self.get_file(["https://mirrors.kernel.org/gnu/guile/guile-3.0.7.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-901694b9.tar.gz",
|
||||
"https://github.com/schierlm/guile-psyntax-bootstrapping/archive/refs/tags/guile-3.0.7.tar.gz"])
|
||||
|
||||
# which 2.21
|
||||
self.get_file("https://carlowood.github.io/which/which-2.21.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue