diff --git a/installer.ps1 b/installer.ps1 index 98e37f5..9dac2e2 100644 --- a/installer.ps1 +++ b/installer.ps1 @@ -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) {