fix typo in rosetta command
This commit is contained in:
parent
b6d656a022
commit
096dc9543b
2 changed files with 2 additions and 2 deletions
2
full.zsh
2
full.zsh
|
@ -13,7 +13,7 @@ echo Install toolchain, then press ENTER.
|
|||
|
||||
# Prepare Rosetta
|
||||
echo "[DSMOSS] Prepare Rosetta..."
|
||||
software-update --install-rosetta
|
||||
softwareupdate --install-rosetta
|
||||
echo Install Rosetta if on ARM, then press ENTER.
|
||||
|
||||
# Prepare Homebrew
|
||||
|
|
2
lite.zsh
2
lite.zsh
|
@ -13,7 +13,7 @@ echo Install toolchain, then press ENTER.
|
|||
|
||||
# Prepare Rosetta
|
||||
echo "[DSMOSS] Prepare Rosetta..."
|
||||
software-update --install-rosetta
|
||||
softwareupdate --install-rosetta
|
||||
echo Install Rosetta if on ARM, then press ENTER.
|
||||
|
||||
# Prepare Homebrew
|
||||
|
|
Loading…
Reference in a new issue