global-functions: $ScriptInstallUpdate: get new root certificate

This commit is contained in:
Christian Hesse 2026-01-15 15:40:21 +01:00
parent ef7874c582
commit 05c60eadba

View file

@ -1265,7 +1265,7 @@
:global SymbolForNotification;
:global ValidateSyntax;
:if ([ $CertificateAvailable "ISRG Root X2" "fetch" ] = false) do={
:if ([ $CertificateAvailable "Root YE" "fetch" ] = false) do={
$LogPrint warning $0 ("Downloading certificate failed, trying without.");
}