From 96c6db4ea9fe0d2b5912824e38b2f66ee8ba4669 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 15 Aug 2021 14:20:08 -0600 Subject: [PATCH] remove unnecessary step --- source/misc-guides/tor-os/mac.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/misc-guides/tor-os/mac.rst b/source/misc-guides/tor-os/mac.rst index f10677a..bb3f916 100644 --- a/source/misc-guides/tor-os/mac.rst +++ b/source/misc-guides/tor-os/mac.rst @@ -19,12 +19,6 @@ For macOS running on ARM chips (ie. newer macs): softwareupdate --install-rosetta arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" -#. Use this command to install packages: - - .. code-block:: - - arch -x86_64 brew install - For macOS Big Sur/Catalina: ---------------------------