Trying to fix. Updatin to version 2.0.9

This commit is contained in:
Alejandro Lembke Barrientos 2024-02-15 23:27:33 +00:00
parent 8e9ef7bfa9
commit f29f99181e
2 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ if [ "${HOME_USER-}" ]; then
sudo -u $HOME_USER -i
# Unfortunately we cannot change $HOME as we cannot move any bind mounts
# nor can we bind mount $HOME into a new home as that requires a privileged container.
sudo usermod --login "$HOME_USER" vscode
sudo groupmod -n "$HOME_USER" vscode
# sudo usermod --login "$HOME_USER" vscode
# sudo groupmod -n "$HOME_USER" vscode
sudo sed -i "/vscode/d" /etc/sudoers.d/nopasswd
# sudo sed -i "/vscode/d" /etc/sudoers.d/nopasswd
sudo cd /home/${HOME_USER}
fi
fi

View File

@ -1 +1 @@
2.0.8
2.0.9