From eabc9190d20a2a0f0ebdb2bbc3499095f79e0358 Mon Sep 17 00:00:00 2001 From: ion098 <146852218+ion098@users.noreply.github.com> Date: Thu, 23 May 2024 12:44:07 -0700 Subject: [PATCH] Update postCreateCommand.bash --- .devcontainer/postCreateCommand.bash | 1 - 1 file changed, 1 deletion(-) 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