diff --git a/standardsoftware/install_libreoffice_x64.cmd b/standardsoftware/install_libreoffice_x64.cmd index e7ed981..8326a4a 100644 --- a/standardsoftware/install_libreoffice_x64.cmd +++ b/standardsoftware/install_libreoffice_x64.cmd @@ -11,7 +11,7 @@ rem --- Download Basis-URL, Dateiname und TEMP-Verzeichnis set VERSION=25.2.3 set ARCH1=x86_64 set ARCH2=x86-64 -set BASEURL=https://download.documentfoundation.org/libreoffice/stable/%VERSION%/win/%ARCH1% +set BASEURL=https://ftp.gwdg.de/pub/tdf/libreoffice/stable/%VERSION%/win/%ARCH1% set PROG=LibreOffice_%VERSION%_Win_%ARCH2%.msi set HLPR=LibreOffice_%VERSION%_Win_%ARCH2%_helppack_de.msi rem --- Lade Installationsdatei herunter @@ -21,4 +21,4 @@ curl -kL %BASEURL%/%HLPR% -o %SAVEPATH%\%HLPR% rem --- Silent-Installation des Programms: msiexec /i %PROG% /qn /norestart PRODUCTLANGUAGE=1031 LANGUAGE=1031 RebootYesNo=No QUICKSTART=0 UI_LANGS=de ADDLOCAL=ALL /l %SAVEPATH%\%PROG%.log -msiexec /i %HLPR% /qn /norestart \ No newline at end of file +msiexec /i %HLPR% /qn /norestart