From 5ee75468f8d1f2a00f22a4ed702ebf5ab7006d87 Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Fri, 21 Jul 2023 09:54:43 +0000 Subject: [PATCH] Update installation file for homebrew Update installation.rst brew official docs use bash, rather than ruby, to install; the URL that was in the docs now returns a 404 Signed-off-by: Chris Wood --- installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation.rst b/installation.rst index 2c123be..eecabff 100755 --- a/installation.rst +++ b/installation.rst @@ -573,7 +573,7 @@ To use Vagrant via Homebrew: .. code:: - $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" $ brew install --cask virtualbox vagrant vagrant-manager Use ``vagrant init`` to create a new Vagrantfile, or use this example: @@ -611,7 +611,7 @@ To use Lima via Homebrew: .. code:: - $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" $ brew install qemu lima Then do ``limactl start template://apptainer`` and ``limactl shell apptainer``.