From c3202934ecb25addbe722b37f073e5ffbfbb0585 Mon Sep 17 00:00:00 2001 From: lime1024 Date: Fri, 11 Apr 2025 10:08:21 +0900 Subject: [PATCH] =?UTF-8?q?homebrew=20=E3=81=AE=20install=20=E3=81=AE?= =?UTF-8?q?=E3=82=84=E3=82=8A=E6=96=B9=E5=A4=89=E3=82=8F=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d1ac392..3d862bc 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ set -o errexit -o pipefail -o xtrace # install homebrew -eval "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # check architecture case "$(uname -m)" in