Add current user to docker group
This commit is contained in:
parent
a50e798142
commit
f1db6b63f2
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue