Skip to content

Commit

Permalink
Update setup_mac.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew authored Sep 25, 2023
1 parent 3c22544 commit d023679
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d023679

Please sign in to comment.