Add current user to docker group

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

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";