From cc576933428ae9a9e85df1c1c1f67c83fabd79a2 Mon Sep 17 00:00:00 2001 From: Focus Chen Date: Fri, 22 May 2020 10:54:53 +0800 Subject: [PATCH] add /norestart spec (#591) --- manifests/Apple/iTunes/12.10.6.2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/Apple/iTunes/12.10.6.2.yaml b/manifests/Apple/iTunes/12.10.6.2.yaml index c4fe658e2..dd3e373d3 100644 --- a/manifests/Apple/iTunes/12.10.6.2.yaml +++ b/manifests/Apple/iTunes/12.10.6.2.yaml @@ -14,5 +14,5 @@ Installers: Sha256: 509A348CEF93508FCD81C5CA86FAF691EDC2143601506FA027E41AD6283224AB InstallerType: exe Switches: - Silent: /quiet - SilentWithProgress: /passive + Silent: "/quiet /norestart" + SilentWithProgress: "/passive /norestart" \ No newline at end of file