1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-12-04 08:59:42 +01:00
macOS-Simple-KVM/tools/FetchMacOS/fetch.sh
2019-06-03 15:58:00 -04:00

7 lines
171 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 041-71284 -c DeveloperSeed
exit;