Trying to fix environment user issue. Updating to version 3.0.6

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-15 04:17:13 +00:00
parent 15de59c6e7
commit 67cc921484
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,9 @@ if ! id -u $HOME_USER > /dev/null 2>&1; then
sudo adduser --disabled-password --gecos "" ${HOME_USER} sudo adduser --disabled-password --gecos "" ${HOME_USER}
sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null
# Change the ownership of the .bashrc file
sudo chown ${HOME_USER} /home/${HOME_USER}/.bashrc
# List all environment variables # List all environment variables
sudo env | sudo env |

View File

@ -1 +1 @@
3.0.5 3.0.6