Skip to content

Commit

Permalink
add shebang to codespace-basic-setup.sh
Browse files Browse the repository at this point in the history
prevents #177 from occurring
  • Loading branch information
ading2210 authored Apr 19, 2024
1 parent 22e06ae commit 7cfcfea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codespace-basic-setup.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7cfcfea

Please sign in to comment.