fix: remove redundant colon in "Path to SVR.JS zip archive" prompt

This commit is contained in:
Dorian Niemiec 2025-01-05 10:05:35 +01:00
parent e436fec833
commit 400eef1692

View file

@ -62,7 +62,7 @@ if (!(Test-Path -Path "$env:SYSTEMDRIVE\svrjs\svrjs")) {
# Download SVR.JS zip archive
if ($installType -eq "manual") {
$svrjsZipArchive = Read-Host "Path to SVR.JS zip archive: "
$svrjsZipArchive = Read-Host "Path to SVR.JS zip archive"
} elseif ($INSTALLTYPE -eq "stable") {
$svrjsVersion = (Invoke-RestMethod -Uri "https://downloads.svrjs.org/latest.svrjs").Trim()
if (-not $svrjsVersion) {