diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ab87be9..52968ab 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,3 @@ { - "postCreateCommand": "chmod 777 .devcontainer/postCreateCommand.bash && .devcontainer/postCreateCommand.bash" -} \ No newline at end of file + "postCreateCommand": "chmod 777 .devcontainer/postCreateCommand.bash && .devcontainer/postCreateCommand.bash && source ~/.bashrc" +} diff --git a/.devcontainer/postCreateCommand.bash b/.devcontainer/postCreateCommand.bash index 0499fec..b0dbb37 100755 --- a/.devcontainer/postCreateCommand.bash +++ b/.devcontainer/postCreateCommand.bash @@ -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 \ No newline at end of file