Skip package manager detection because we have to install it first

This commit is contained in:
ViViDboarder 2021-10-22 16:55:18 -07:00
parent db46f9381c
commit fab06d4959
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ cd "$(dirname "$0")" || { echo "Could not change directory to $0"; exit 1;}
PROJECT_DIR=$(pwd)
export PROJECT_DIR
detect_package_manager
init_paths_and_vars
recipe 'macports'