renaming some files

This commit is contained in:
2025-08-27 11:51:08 +02:00
parent 2e2a2e65c3
commit c964503ff6
10 changed files with 0 additions and 0 deletions

18
app/install_filezilla.cmd Normal file
View File

@@ -0,0 +1,18 @@
:: ------------------------------------------------------------
:: Installationsroutine
:: ------------------------------------------------------------
:: --- Option: Download in ein temporäres Verzeichnis
:: --- Kann für z.B. für GLPI abgeschaltet werden
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/binaries/raw/branch/main/win
set PROG=FileZilla_3.66.1_win64-setup.exe
:: --- Lade Installationsdatei herunter
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
:: --- Silent-Installation des Programms:
%PROG% /S /user=all