4 lines
81 B
Bash
Executable file
4 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
sudo usermod -aG docker "$USER";
|
|
sudo systemctl enable --now docker;
|