From 84a8f85ca5029d749f377ac49687c68a67c7a5e6 Mon Sep 17 00:00:00 2001 From: Smeet Mayurbhai Shah Date: Sat, 23 Nov 2024 00:01:20 -0500 Subject: [PATCH] changed QCOW_URL to https --- init-host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-host.py b/init-host.py index 87ea5f91..adaaec8d 100755 --- a/init-host.py +++ b/init-host.py @@ -18,7 +18,7 @@ from colorama import Fore from colorama import Style -QCOW_URL = "http://panda.moyix.net/~moyix/wheezy_panda2.qcow2" +QCOW_URL = "https://panda.moyix.net/~moyix/wheezy_panda2.qcow2" # if moyix server is down, this image will also work # QCOW_URL = "https://panda.re/qcows/linux/debian/7.3/x86/debian_7.3_x86.qcow" QCOW_FILE_NAME = "wheezy_panda2.qcow2"