1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2025-03-22 21:55:11 +01:00
macOS-Simple-KVM/tools/FetchMacOS/fetch.sh

8 lines
154 B
Bash
Raw Normal View History

2019-04-22 23:20:12 -04:00
set +x;
SCRIPTDIR="$(dirname "$0")";
cd $SCRIPTDIR
sudo easy_install pip
sudo -H pip install -r requirements.txt
2019-05-01 15:41:28 -04:00
python fetch-macos.py -p 091-95155
2019-04-22 23:20:12 -04:00
exit;