PortValhalla/scripts/Common/Config/docker/install.sh

4 lines
76 B
Bash
Raw Normal View History

2023-04-05 12:54:35 +00:00
#!/bin/bash
usermod -aG docker "$USER";
sudo systemctl enable --now docker;