File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ if [ $? -eq 0 ]; then
1919fi
2020
2121# Try local version on MacOS, otherwise error
22- [[ $OSTYPE == " darwin" * ]] && curl " https://jeroen.github.io/autobrew/rustc " -sSf | sh && exit 0
22+ [[ $OSTYPE == " darwin" * ]] && curl " https://jeroen.github.io/autobrew/rust " -sSf | sh && exit 0
2323echo " ------------------ RUST COMPILER NOT FOUND --------------------"
2424echo " "
2525echo " Cargo was not found on the PATH. Please install cargo / rustc:"
2626echo " "
2727echo " - yum install cargo (Fedora/CentOS)"
2828echo " - apt-get install cargo (Debian/Ubuntu)"
29- echo " - brew install rustc (MacOS)"
29+ echo " - brew install rust (MacOS)"
3030echo " "
3131echo " Alternatively install Rust from: <https://www.rust-lang.org>"
3232echo " "
You can’t perform that action at this time.
0 commit comments