We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345e369 commit 22c0d9aCopy full SHA for 22c0d9a
.devcontainer/scripts/usr/local/bin/onCreateCommand.sh
@@ -6,6 +6,7 @@ set -e
6
7
# Add user to group users
8
sudo usermod -a -G users "$(id -un)"
9
+newgrp users
10
11
# Create user's private bin
12
mkdir -p "$HOME/.local/bin"
0 commit comments