testing: Fix URL for kernel patches
This commit is contained in:
@@ -21,7 +21,7 @@ fi
|
|||||||
|
|
||||||
if [[ $KERNELPATCH && ! -f "$KERNELPATCH" ]]
|
if [[ $KERNELPATCH && ! -f "$KERNELPATCH" ]]
|
||||||
then
|
then
|
||||||
url=http://download.strongswan.org/uml/$KERNELPATCH
|
url=https://download.strongswan.org/testing/$KERNELPATCH
|
||||||
log_action "Downloading $url"
|
log_action "Downloading $url"
|
||||||
execute "wget -q $url"
|
execute "wget -q $url"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user