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;
|