mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Switch to compressed gzip tarball.
This commit is contained in:
parent
826ff62300
commit
6655de9e03
3 changed files with 3 additions and 2 deletions
2
sysa.py
2
sysa.py
|
|
@ -224,7 +224,7 @@ class SysA:
|
|||
self.get_file("https://mirrors.kernel.org/gnu/mes/mes-0.23.tar.gz")
|
||||
|
||||
# gzip 1.2.4
|
||||
self.get_file("https://mirrors.kernel.org/gnu/gzip/gzip-1.2.4.tar")
|
||||
self.get_file("https://mirrors.kernel.org/gnu/gzip/gzip-1.2.4.tar.gz")
|
||||
|
||||
# tar 1.12
|
||||
self.get_file("https://mirrors.kernel.org/gnu/tar/tar-1.12.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue