macOS-Simple-KVM/tools/FetchMacOS/fetch.sh

8 lines
154 B
Bash
Executable File

set +x;
SCRIPTDIR="$(dirname "$0")";
cd $SCRIPTDIR
sudo easy_install pip
sudo -H pip install -r requirements.txt
python fetch-macos.py -p 091-95155
exit;