add rosetta
This commit is contained in:
parent
670728bd59
commit
b6d656a022
2 changed files with 10 additions and 0 deletions
5
full.zsh
5
full.zsh
|
@ -11,6 +11,11 @@ echo "[DSMOSS] Prepare Toolchain..."
|
|||
xcode-select --install
|
||||
echo Install toolchain, then press ENTER.
|
||||
|
||||
# Prepare Rosetta
|
||||
echo "[DSMOSS] Prepare Rosetta..."
|
||||
software-update --install-rosetta
|
||||
echo Install Rosetta if on ARM, then press ENTER.
|
||||
|
||||
# Prepare Homebrew
|
||||
echo "[DSMOSS] Prepare Homebrew..."
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
|
5
lite.zsh
5
lite.zsh
|
@ -11,6 +11,11 @@ echo "[DSMOSS] Prepare Toolchain..."
|
|||
xcode-select --install
|
||||
echo Install toolchain, then press ENTER.
|
||||
|
||||
# Prepare Rosetta
|
||||
echo "[DSMOSS] Prepare Rosetta..."
|
||||
software-update --install-rosetta
|
||||
echo Install Rosetta if on ARM, then press ENTER.
|
||||
|
||||
# Prepare Homebrew
|
||||
echo "[DSMOSS] Prepare Homebrew..."
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
|
Loading…
Reference in a new issue