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
4 merge requests!6End of development,!5Develop,!4End of development,!3Develop
Pipeline #50450 passed
#!/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