Skip to content

Commit 20fafea

Browse files
committed
macos: rustup-init homebrew package renamed to rustup.
1 parent 9e75961 commit 20fafea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if [ -z "$answer_lowercase" ] || [ "$answer_lowercase" = "y" ] || [ "$answer_low
136136
#############################################################################
137137
elif [ "$IS_MACOS" = "true" ]; then
138138
echo "MacOS detected."
139-
sudo brew install "luarocks" "ranger" "fd" "git-delta" "rustup-init" "yarn" "gcc" "binutils" "dotnet" "mono" "openjdk" "dart-sdk" "kotlin" "elixir" "node" "typescript" "make" "rust" "go" "nasm" "r" "ruby" "perl" "lua" "swift" "pyinstaller" "doxygen"; sudo brew install --cask "dotnet-sdk" "flutter"; pip install "pynvim" "pytest" "Nuitka"; yarn add global "jest" "jsdoc" "typedoc"; cargo install "cargo-nextest" "grcov"; go install "golang.org/x/tools/cmd/godoc@latest"
139+
sudo brew install "luarocks" "ranger" "fd" "git-delta" "rustup" "yarn" "gcc" "binutils" "dotnet" "mono" "openjdk" "dart-sdk" "kotlin" "elixir" "node" "typescript" "make" "rust" "go" "nasm" "r" "ruby" "perl" "lua" "swift" "pyinstaller" "doxygen"; sudo brew install --cask "dotnet-sdk" "flutter"; pip install "pynvim" "pytest" "Nuitka"; yarn add global "jest" "jsdoc" "typedoc"; cargo install "cargo-nextest" "grcov"; go install "golang.org/x/tools/cmd/godoc@latest"
140140

141141

142142

tests/test-macos-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies=(
1919
"ranger"
2020
"fd"
2121
"git-delta"
22-
"rustup-init"
22+
"rustup"
2323
"yarn"
2424
)
2525
check_homebrew_dependencies "${dependencies[@]}" || exit 1

0 commit comments

Comments
 (0)