From 3dc8045cdea63e123a4b63d619a1a83e77852557 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 18 Jul 2023 20:13:26 +0200 Subject: [PATCH] Add a firefox shortcut --- scripts/Windows/Software/Firefox/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/Firefox/Install.ps1 b/scripts/Windows/Software/Firefox/Install.ps1 index 56c845ff5..a29797aa0 100644 --- a/scripts/Windows/Software/Firefox/Install.ps1 +++ b/scripts/Windows/Software/Firefox/Install.ps1 @@ -4,5 +4,5 @@ function Install-Firefox { param([Context] $context) Write-Host "Installing Firefox"; - choco install -y firefox --params "/NoDesktopShortcut"; + choco install -y firefox; }