mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 12:28:15 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
9c4f9247f8 |
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
exec [[ -z "${HOME_USER}" ]] && adduser --disabled-password --gecos "" vscode \
|
||||
echo 'vscode ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers \
|
||||
|| adduser --disabled-password --gecos "" ${HOME_USER} \
|
||||
|
@ -1 +1 @@
|
||||
1.0.0
|
||||
1.0.1
|
Reference in New Issue
Block a user