mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 06:45:24 +01:00
Add curl 7.83.0
This commit is contained in:
parent
97fbeb389b
commit
060f44e5a5
7 changed files with 125 additions and 0 deletions
3
sysa.py
3
sysa.py
|
|
@ -270,6 +270,9 @@ class SysA(SysGeneral):
|
|||
# make 3.82
|
||||
self.get_file("https://mirrors.kernel.org/gnu/make/make-3.82.tar.gz")
|
||||
|
||||
# curl 7.83.0
|
||||
self.get_file("https://curl.se/download/curl-7.83.0.tar.bz2")
|
||||
|
||||
# linux kernel 2.6.16.62
|
||||
self.get_file(["https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.10.tar.gz",
|
||||
"https://linux-libre.fsfla.org/pub/linux-libre/releases/old/gen6/4.9.10-gnu/deblob-4.9"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue