Syntax Fix

This commit is contained in:
2024-01-29 10:43:34 +01:00
parent faf58b644f
commit 8c3d6c906c
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ function InstallOffice {
Write-Host "Office setup files not found."
}
}
else if ($mode -eq "online") {
elseif ($mode -eq "online") {
DownloadFiles -Type "Office-online"
$setupPath = Join-Path $tmpPath "OfficeSetup.exe"
Write-Host "Starting Microsoft Office Installation..."