mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Add dhcpcd 9.4.1
This commit is contained in:
parent
0ce50a6393
commit
b614b3021d
6 changed files with 157 additions and 1 deletions
3
sysa.py
3
sysa.py
|
|
@ -272,6 +272,9 @@ class SysA(SysGeneral):
|
|||
"https://www.unicode.org/Public/11.0.0/ucd/NormalizationTest.txt",
|
||||
"https://www.unicode.org/Public/11.0.0/ucd/UnicodeData.txt"])
|
||||
|
||||
# dhcpcd 9.4.1
|
||||
self.get_file("https://roy.marples.name/git/dhcpcd/snapshot/dhcpcd-9.4.1.tar.gz")
|
||||
|
||||
# kexec-tools 2.0.22
|
||||
self.get_file("https://github.com/horms/kexec-tools/archive/refs/tags/v2.0.22.tar.gz",
|
||||
output="kexec-tools-2.0.22.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue