mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 03:29:41 +01: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;
|
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease14 || exit 1;
|
||||||
;;
|
;;
|
||||||
-c|--catalina|*)
|
-c|--catalina|*)
|
||||||
"$TOOLS/FetchMacOS/fetch.sh" -l -c DeveloperSeed || exit 1;
|
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease || exit 1;
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue