Fix incorrect command

This commit is contained in:
Manuel Thalmann 2023-04-05 14:55:15 +02:00
parent 4e2d7652bf
commit 3a279bcb7e

View file

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