mirror of
https://github.com/danielepintore/os-configurer.git
synced 2026-06-15 20:25:13 +02:00
fix(docker): add the docker group if for some reason there isn't
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
|
||||
sudo pacman -S docker docker-compose --noconfirm
|
||||
sudo systemctl enable --now docker.socket
|
||||
sudo groupadd docker
|
||||
sudo usermod -aG docker $USER
|
||||
|
||||
Reference in New Issue
Block a user