mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Update user creation and version number. Updating to version 17
This commit is contained in:
parent
9f101b45cc
commit
b5c8652d94
@ -37,7 +37,7 @@ done
|
|||||||
|
|
||||||
USER="$HOME_USER"
|
USER="$HOME_USER"
|
||||||
if ! id -u $HOME_USER > /dev/null 2>&1; then
|
if ! id -u $HOME_USER > /dev/null 2>&1; then
|
||||||
sudo adduser --disabled-password --gecos "" ${HOME_USER}
|
sudo adduser --disabled-password --gecos "" --uid 1000 ${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
|
||||||
|
|
||||||
# Check if the .bashrc file exists, if not, create it
|
# Check if the .bashrc file exists, if not, create it
|
||||||
|
@ -1 +1 @@
|
|||||||
3.0.16
|
3.0.17
|
Loading…
Reference in New Issue
Block a user