#!/usr/bin/env sh chown -R root:wheel "INSTALL_LOCATION" chmod -R o+rX "INSTALL_LOCATION" exit 0