Fix incorrect command

This commit is contained in:
Manuel Thalmann 2023-04-05 14:55:15 +02:00
parent 816c35d965
commit f7a4b42535

View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
usermod -aG docker "$USER"; sudo usermod -aG docker "$USER";
sudo systemctl enable --now docker; sudo systemctl enable --now docker;