Compare commits

...

3 Commits

2 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ addgroup nonroot
adduser --disabled-password --gecos "" ${HOME_USER} adduser --disabled-password --gecos "" ${HOME_USER}
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
sudo su - ${HOME_USER} su - ${HOME_USER}
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
code-server tunnel --accept-server-license-terms code tunnel --accept-server-license-terms
else else
code-server tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME} code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}
fi fi

View File

@ -1 +1 @@
1.0.8 1.0.11