mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
genode_org: Fix download URL.
As genode.org site is now protected by TLS and unencrypted site is redirected to enctypted one, download URL should be modified to reflect this change. Without this change, wget downloads just index.html file. Signed-off-by: Oleg Girko <ol@infoserver.lv> Fixes #3538
This commit is contained in:
parent
5cd684997a
commit
a5bc031cca
@ -112,7 +112,7 @@ if {![file exists bin/genode_org/website/index]} {
|
||||
|
||||
# ignore wget errors
|
||||
catch {
|
||||
exec wget -nH -Lrc -P bin/genode_org/website http://genode.org
|
||||
exec wget -nH -Lrc -P bin/genode_org/website https://genode.org
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user