From 30d55aea3c8e2ab87f58e6b22ce46d5d0b335281 Mon Sep 17 00:00:00 2001 From: thebluepotato Date: Tue, 9 Jun 2020 21:30:14 +0200 Subject: [PATCH] macOS: Update install script with quarantine permissions (#8915) resolves #5589 --- install_service_macos | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/install_service_macos b/install_service_macos index 1d16a0e79..44b5097d8 100755 --- a/install_service_macos +++ b/install_service_macos @@ -1,6 +1,6 @@ -#!/bin/bash +#!/bin/zsh -#Setting up colors +# Setting up colors BOLDRED="$(printf '\033[1;31m')" BOLDGREEN="$(printf '\033[1;32m')" NC="$(printf '\033[0m')" # No Color @@ -54,6 +54,13 @@ cat >~/Library/LaunchAgents/org.user.Jackett.plist <