diff --git a/brew.sh b/brew.sh index 62766d0..edfbf60 100644 --- a/brew.sh +++ b/brew.sh @@ -28,5 +28,5 @@ brew autoremove || { echo "brew autoremove failed" >&2; exit 1; } echo "run brew doctor ..." brew uninstall ruby@3.0 -brew uses --installed openssl@1.1 +brew uninstall openssl@1.1 brew doctor || { echo "brew doctor failed" >&2; exit 1; } \ No newline at end of file