From d02367959844c276395498be6736322e8b189261 Mon Sep 17 00:00:00 2001 From: JGStew Date: Mon, 25 Sep 2023 17:37:10 -0400 Subject: [PATCH] Update setup_mac.sh --- setup_mac.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup_mac.sh b/setup_mac.sh index 8b0bc7b..75c4b71 100644 --- a/setup_mac.sh +++ b/setup_mac.sh @@ -23,6 +23,11 @@ if [ ! -f ../autopkg ] ; then git clone https://github.com/autopkg/autopkg.git ../autopkg fi +# if autopkg Library folder does not exist +if [ ! -f ~/Library/AutoPkg ] ; then +mkdir ~/Library/AutoPkg +fi + # install autopkg requirements python3 -m pip install --requirement ../autopkg/gh_actions_requirements.txt