mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-04 02:51:28 +02:00
Download sources via HTTPS
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -54,7 +54,7 @@ KERNEL=linux-$KERN_TYPE-$KVER-$KERN_PACK.ipfire
|
||||
if [ "$XEN_IMG_TYPE" == "xva" ]; then
|
||||
# download xva.py if it not exist.
|
||||
if [ ! -e xva.py ]; then
|
||||
wget http://source.ipfire.org/source-2.x/xva.py
|
||||
wget https://source.ipfire.org/source-2.x/xva.py
|
||||
fi
|
||||
# XenCenter use other devicenames and
|
||||
# xvdd seems to be reserved (converter bug?).
|
||||
|
||||
Reference in New Issue
Block a user