Compare commits

..

1 Commits

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
1.0.10
1.0.11