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
19
19
fi
20
20
21
21
# 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
23
23
echo " ------------------ RUST COMPILER NOT FOUND --------------------"
24
24
echo " "
25
25
echo " Cargo was not found on the PATH. Please install cargo / rustc:"
26
26
echo " "
27
27
echo " - yum install cargo (Fedora/CentOS)"
28
28
echo " - apt-get install cargo (Debian/Ubuntu)"
29
- echo " - brew install rustc (MacOS)"
29
+ echo " - brew install rust (MacOS)"
30
30
echo " "
31
31
echo " Alternatively install Rust from: <https://www.rust-lang.org>"
32
32
echo " "
You can’t perform that action at this time.
0 commit comments