From c6cd80a59d0ee70a8d66590b24f51135ccdba805 Mon Sep 17 00:00:00 2001 From: gStart9 <106188942+gStart9@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:06:22 +0000 Subject: [PATCH] Update homebrew remote install path according to Mac docs (#554) --- site/source/device-guides/mac/tor-mac.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/source/device-guides/mac/tor-mac.rst b/site/source/device-guides/mac/tor-mac.rst index edd5275..578e072 100644 --- a/site/source/device-guides/mac/tor-mac.rst +++ b/site/source/device-guides/mac/tor-mac.rst @@ -11,14 +11,10 @@ Install Homebrew .. code-block:: bash - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" #. You will be prompted for your system password before installation; proceed with entering your password. You may be asked more than once. - .. figure:: /_static/images/tor/install_homebrew.png - :width: 80% - :alt: Homebrew installation - #. You will be notified which directories Homebrew is going to create, hit :code:`RETURN`: .. figure:: /_static/images/tor/install_homebrew1.png