mirror of
https://github.com/foxlet/macOS-Simple-KVM
synced 2024-11-22 03:03:06 +00:00
[TOOLS] Enable Catalina release fetching.
This commit is contained in:
parent
a226e37805
commit
2cc32d5262
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ case $argument in
|
|||
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease14 || exit 1;
|
||||
;;
|
||||
-c|--catalina|*)
|
||||
"$TOOLS/FetchMacOS/fetch.sh" -l -c DeveloperSeed || exit 1;
|
||||
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease || exit 1;
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue