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

[TOOLS] Enable Catalina release fetching.

This commit is contained in:
Foxlet 2019-10-07 15:01:13 -04:00
parent a226e37805
commit 2cc32d5262

View File

@ -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