From 35606ec5bfe6d9639ded17951e034719c4b96958 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 20 Jun 2024 11:56:41 +0200 Subject: [PATCH] fix syntax --- setupApps.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/setupApps.ps1 b/setupApps.ps1 index 22bd639..d590f00 100644 --- a/setupApps.ps1 +++ b/setupApps.ps1 @@ -72,7 +72,6 @@ function InstallZip { ) if ($skipIf -ne $false -and (Test-Path -Path $skipIf -PathType Container)) { Write-Host "$app already installed." - } } else { $zipName = [System.IO.Path]::GetFileNameWithoutExtension($zip) Write-Host "Installing $zipName..."