1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-01 13:43:32 +02:00

[TOOLS] Set fetch to High Sierra.

This commit is contained in:
Foxlet 2019-05-01 15:41:28 -04:00
parent 55064e7a98
commit 4638f11287

View File

@ -3,5 +3,5 @@ SCRIPTDIR="$(dirname "$0")";
cd $SCRIPTDIR cd $SCRIPTDIR
sudo easy_install pip sudo easy_install pip
sudo -H pip install -r requirements.txt sudo -H pip install -r requirements.txt
python fetch-macos.py -l python fetch-macos.py -p 091-95155
exit; exit;