1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-29 09:58:33 +02:00
macOS-Simple-KVM/tools/FetchMacOS/fetch.sh
2019-04-22 23:20:12 -04:00

8 lines
144 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 -l
exit;