Skip to content

Commit

Permalink
fix devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f committed Nov 13, 2024
1 parent 81e970b commit 562c4e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
"features": {
},

"customisations": {
"customizations": {
"vscode": {
"extinctions": {
"extinctions": [
"ms-vscode.cmake-tools",
"usernamehw.errorlens",
"usernamehw.errorlens",
"ibm.output-colorizer",
"github.vscode-github-actions",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-russian"
}
]
}
}
},

"postCreateCommand": "postCreateScript.sh"
}
8 changes: 8 additions & 0 deletions .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash


sudo curl http://git.kolibrios.org/api/packages/Egor00f/debian/repository.key -o /etc/apt/keyrings/gitea-Egor00f.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-Egor00f.asc] http://git.kolibrios.org/api/packages/Egor00f/debian bookworm main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update
echo '/home/autobuild/tools' | sudo apt install kos32-gcc -y

0 comments on commit 562c4e8

Please sign in to comment.