mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-18 20:08:13 -06:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e0bb4bfa2f | |||
c90139bbcc | |||
3dc1c03a0f | |||
f7c889e3c9 |
@ -7,10 +7,8 @@ addgroup nonroot
|
||||
adduser --disabled-password --gecos "" ${HOME_USER}
|
||||
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||
|
||||
# sudo su - ${HOME_USER}
|
||||
|
||||
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
|
||||
code tunnel --accept-server-license-terms
|
||||
sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms"
|
||||
else
|
||||
code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}
|
||||
sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}"
|
||||
fi
|
||||
|
@ -1 +1 @@
|
||||
1.0.10
|
||||
1.0.14
|
Reference in New Issue
Block a user