Skip to content
Snippets Groups Projects
Commit 715430bc authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added scripts configuration

parent f3ebbf61
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#!/bin/bash
#
# Install Rust
#
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source \"$HOME/.cargo/env\"
\ No newline at end of file
source "$HOME/.cargo/env"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment