Add current user to docker group

This commit is contained in:
Manuel Thalmann 2023-04-05 14:20:50 +02:00
parent a50e798142
commit f1db6b63f2

View file

@ -91,6 +91,8 @@ yay --noconfirm -Syu \
docker-compose \
docker-buildx;
sudo usermod -aG docker "$USER";
# Misc
. "../Software/logo-ls/install.sh";
. "../Software/Virtual Machine Manager/install.sh";