From d4bda059a8b7558aa91a440232432d87b4d20fe5 Mon Sep 17 00:00:00 2001 From: amd64fox Date: Mon, 4 Jul 2022 18:22:49 +0300 Subject: [PATCH] Fix for automatic install --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index e1e1a23..822759e 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -549,7 +549,7 @@ if ($spotifyInstalled) { if ($confirm_spoti_recomended_over -or $confirm_spoti_recomended_unistall) { $ch = 'n' } if ($ch -eq 'y') { $upgrade_client = $false } if ($ch -eq 'n') { - if (!($confirm_spoti_recomended_over) -or !($confirm_spoti_recomended_unistall)) { + if (!($confirm_spoti_recomended_over) -and !($confirm_spoti_recomended_unistall)) { do { $ch = Read-Host -Prompt (($lang).Recom -f $online) Write-Host ""