Skip to content

Commit

Permalink
Merge pull request #3 from LemLib/feature/codespace-support
Browse files Browse the repository at this point in the history
Feature: fix codespace support
  • Loading branch information
Aang099 authored May 23, 2024
2 parents 4776413 + eabc919 commit 86af24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"postCreateCommand": "chmod 777 .devcontainer/postCreateCommand.bash && .devcontainer/postCreateCommand.bash"
}
"postCreateCommand": "chmod 777 .devcontainer/postCreateCommand.bash && .devcontainer/postCreateCommand.bash && source ~/.bashrc"
}
1 change: 0 additions & 1 deletion .devcontainer/postCreateCommand.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ curl https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/10.3
tar -xjvf gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2
echo "PATH=$PATH:/home/codespace/gcc-arm-none-eabi-10.3-2021.10/bin" >> ~/.bashrc
popd
source ~/.bashrc

0 comments on commit 86af24a

Please sign in to comment.