Skip to content

Commit 7cfcfea

Browse files
authored
add shebang to codespace-basic-setup.sh
prevents #177 from occurring
1 parent 22e06ae commit 7cfcfea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codespace-basic-setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
git submodule update --init
24
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
35
source "$HOME/.cargo/env" # to import rustup in current shell

0 commit comments

Comments
 (0)