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

Added scripts configuration

parent 989ccc6a
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,7 @@ runcmd:
#
# Install Rust
#
- "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
- "source \"$HOME/.cargo/env\""
- "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/rust.sh | bash"
#
# Install Docker
#
......
......@@ -5,4 +5,4 @@
#
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