diff --git a/utils/install-docker-ubuntu.sh b/utils/install-docker-ubuntu.sh index eb21771..cbb7b60 100644 --- a/utils/install-docker-ubuntu.sh +++ b/utils/install-docker-ubuntu.sh @@ -14,7 +14,3 @@ echo \ sudo apt update sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y - -sudo usermod -aG docker $USER - -newgrp docker \ No newline at end of file