mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-18 20:08:13 -06:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c50b9e969f
|
|||
f9b4e4644a
|
@ -33,6 +33,12 @@ if [ "${HOME_USER-}" ]; then
|
||||
sudo su - ${HOME_USER} -c "echo 'export $line' >> ~/.bashrc"
|
||||
done
|
||||
|
||||
# Get the PATH of vscode user
|
||||
VSCODE_PATH=$(sudo -u vscode -i echo $PATH)
|
||||
|
||||
# Add the PATH to the .bashrc of HOME_USER
|
||||
sudo su - ${HOME_USER} -c "echo 'export PATH=$VSCODE_PATH' >> ~/.bashrc"
|
||||
|
||||
# Changing the property of the directory /home/${HOME_USER}
|
||||
sudo chown -R ${HOME_USER}: /home/${HOME_USER}/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.0.34
|
||||
2.0.36
|
Reference in New Issue
Block a user