Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"--device=/dev/kvm"
],

// Use 'postCreateCommand' to run commands after the container is created
"postCreateCommand": "bash .devcontainer/setup.sh",

// Runs each time the container starts/restarts
"postStartCommand": "bash .devcontainer/setup.sh",
"customizations": {
"vscode": {
"extensions": [
Expand Down
1 change: 0 additions & 1 deletion .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

# Change device ownership
sudo chown -R $REMOTE_USER:$REMOTE_GROUP $DEVICE