1
Fork 0
dots/install-scripts/05-docker.sh
2024-11-17 01:36:05 +05:00

5 lines
95 B
Bash
Executable file

#!/bin/sh
sudo systemctl enable --now docker.service
sudo usermod -aG docker $(whoami)
reboot