Skip to content
Snippets Groups Projects
Commit 7b2336fa authored by Bob Mottram's avatar Bob Mottram
Browse files

Check for existing rust install

parent 1691eeef
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ function install_rust {
exit 35435
fi
if [ -d "$rootdir$INSTALL_DIR/rustup" ]; then
if [ -f "$rootdir/root/.cargo/bin/rustc" ]; then
return
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment