fix iproute2 url version via local variable
This commit is contained in:
parent
eb9422b994
commit
3e8dd5cc92
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set -e
|
|||
|
||||
name=$(basename $0)
|
||||
version=4.18.0
|
||||
url=https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.18.0.tar.xz
|
||||
url=https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-$version.tar.xz
|
||||
|
||||
fetch $url
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue