From f3ebbf61317bd17f243b21471d6c729fae351a3f Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Fri, 13 Jan 2023 10:18:27 +0100 Subject: [PATCH] Added scripts configuration --- instance-scripts/scripts/rust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance-scripts/scripts/rust.sh b/instance-scripts/scripts/rust.sh index a2adbf6..6cae612 100644 --- a/instance-scripts/scripts/rust.sh +++ b/instance-scripts/scripts/rust.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Install Rust -- GitLab