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

fix jumpstart to download mojave version when flag -j is set

This commit is contained in:
cmte 2019-10-17 22:13:33 -03:00
parent e86edb583e
commit 0142f047da

View File

@ -29,7 +29,7 @@ case $argument in
"$TOOLS/FetchMacOS/fetch.sh" -p 091-95155 -c PublicRelease13 || exit 1;
;;
-m|--mojave)
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease14 || exit 1;
"$TOOLS/FetchMacOS/fetch.sh" -p 041-47723 -c PublicRelease14 || exit 1;
;;
-c|--catalina|*)
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease || exit 1;