add rosetta

This commit is contained in:
The Ghost of FOSS' Past 2024-11-10 14:57:58 -06:00
parent 670728bd59
commit b6d656a022
2 changed files with 10 additions and 0 deletions

View file

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

View file

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