chore: change rust install method

This commit is contained in:
Stefan Imhoff
2022-08-05 11:39:38 +02:00
parent a3b636c067
commit 0d8af82dd5
2 changed files with 3 additions and 1 deletions

View File

@@ -97,7 +97,6 @@ brew install ripgrep # Search tool like grep and The Silver S
brew install rsync # Utility that provides fast incremental file transfer
brew install ruby # Powerful, clean, object-oriented scripting language
brew install ruby-build # Install various Ruby versions and implementations
brew install rust # Rust language
brew install scala # JVM-based programming language
brew install slugify # Convert filenames and directories to a web friendly format
brew install sqlite # Command-line interface for SQLite

View File

@@ -1,3 +1,6 @@
#!/bin/sh
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install stylua