mirror of
https://github.com/dynup/kpatch
synced 2025-03-01 00:10:47 +00:00
kpatch-build: use close archive mirror for Ubuntu for speed
This commit is contained in:
parent
4e41f39853
commit
cde33f13ed
@ -339,7 +339,9 @@ else
|
|||||||
if [[ $DISTRO = ubuntu ]]; then
|
if [[ $DISTRO = ubuntu ]]; then
|
||||||
|
|
||||||
# url may be changed for a different mirror
|
# url may be changed for a different mirror
|
||||||
url="http://us.archive.ubuntu.com/ubuntu/pool/main/l/linux"
|
# list of official archive mirrors for Ubuntu -> https://launchpad.net/ubuntu/+archivemirrors
|
||||||
|
# update the url below to use a close mirror otherwise wait for hours ;-)
|
||||||
|
url="http://archive.ubuntu.com/ubuntu/pool/main/l/linux"
|
||||||
extension="bz2"
|
extension="bz2"
|
||||||
sublevel="SUBLEVEL = 0"
|
sublevel="SUBLEVEL = 0"
|
||||||
taroptions="xvjf"
|
taroptions="xvjf"
|
||||||
|
Loading…
Reference in New Issue
Block a user