From 715430bc14dc90699dc11709a60e2ef6440a32ca Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Fri, 13 Jan 2023 10:21:31 +0100 Subject: [PATCH] Added scripts configuration --- instance-scripts/scripts/rust.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instance-scripts/scripts/rust.sh b/instance-scripts/scripts/rust.sh index 6cae612..21df85f 100644 --- a/instance-scripts/scripts/rust.sh +++ b/instance-scripts/scripts/rust.sh @@ -1,8 +1,8 @@ -#!/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 -- GitLab