Trying to fix issue. Updating to version 2.0.46

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-11 04:45:09 +00:00
parent 840fdfaf1e
commit 3ab91f9f5f
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ if [ "${HOME_USER-}" ]; then
sudo chown -R ${HOME_USER}: /home/${HOME_USER}/.vscode sudo chown -R ${HOME_USER}: /home/${HOME_USER}/.vscode
# Changing the HOME_USER in the .bashrc file # Changing the HOME_USER in the .bashrc file
sudo su - ${HOME_USER} -c 'sudo sed -i "s|/home/vscode|/home/${HOME_USER}|g" ~/.bashrc' sudo su - ${HOME_USER} -c "sudo sed -i \"s|/home/vscode|/home/${HOME_USER}|g\" ~/.bashrc"
# Switch to the user specified by $HOME_USER and start an interactive shell session. # Switch to the user specified by $HOME_USER and start an interactive shell session.
sudo su -l ${HOME_USER} sudo su -l ${HOME_USER}

View File

@ -1 +1 @@
2.0.45 2.0.46