Commit c03ead7a authored by Samuel Thibault's avatar Samuel Thibault
Browse files

g-i: Make curl follow https redirection

parent a51ffc69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ show_preseed() {
	outside_url="$(echo $qemu_url|sed -s 's#10\.0\.2\.1#jenkins.debian.net#g')"
	echo "Preseeding from $outside_url:"
	echo
	curl -s "$jenkins_url" | grep -v ^# | grep -v "^$"
	curl -s -L "$jenkins_url" | grep -v ^# | grep -v "^$"
}

bootstrap_system() {