1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00
macOS-Simple-KVM/tools/FetchMacOS/fetch.sh

8 lines
171 B
Bash
Raw Normal View History

2019-04-23 05:20:12 +02:00
set +x;
SCRIPTDIR="$(dirname "$0")";
cd $SCRIPTDIR
sudo easy_install pip
sudo -H pip install -r requirements.txt
2019-06-03 21:58:00 +02:00
python fetch-macos.py -p 041-71284 -c DeveloperSeed
2019-04-23 05:20:12 +02:00
exit;