release: sync VServerSetup with Multi-Hoster v2.0.4

This commit is contained in:
2026-08-09 15:59:21 +02:00
parent 4c46e4a697
commit 399451e461
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ $ProgressPreference = "SilentlyContinue"
$tempDir = "$env:TEMP\vserver-setup"
$desktopPath = [Environment]::GetFolderPath("Desktop")
$winrarPath = "C:\Program Files\WinRAR\WinRAR.exe"
$vserverSetupVersion = "2.5.0"
$vserverSetupVersion = "2.5.1"
$giteaBaseUrl = "https://git.24-music.de"
$githubApiBaseUrl = "https://api.github.com"
$githubDownloaderRepo = "Sucukdeluxe/multi-debrid-downloader"