Changed where the user is added to the docker group.

This commit is contained in:
2025-03-30 16:45:50 +03:00
parent 3635d739a5
commit 0bd85777dc
2 changed files with 7 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ ln -sf "$APP_DIR/scripts/manager.sh" "$HOME/.local/bin/db-middleware"
export PATH="$HOME/.local/bin:$PATH"
source ~/.bashrc
sudo usermod -aG docker $USER
newgrp docker
# sudo usermod -aG docker $USER
# newgrp docker
# Run the manager.sh script with the "install" argument
"$APP_DIR/scripts/manager.sh" install