From 7cfcfea6c9a5cee435c0ac39fc27a02c6e12dee7 Mon Sep 17 00:00:00 2001 From: ading2210 <71154407+ading2210@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:45:23 -0700 Subject: [PATCH] add shebang to codespace-basic-setup.sh prevents #177 from occurring --- codespace-basic-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codespace-basic-setup.sh b/codespace-basic-setup.sh index d5ff26bc..94c56c74 100644 --- a/codespace-basic-setup.sh +++ b/codespace-basic-setup.sh @@ -1,3 +1,5 @@ +#!/bin/bash + git submodule update --init curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source "$HOME/.cargo/env" # to import rustup in current shell