Fix incorrect command
This commit is contained in:
parent
4e2d7652bf
commit
3a279bcb7e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue