Improved variable management

This commit is contained in:
Michele Cereda
2022-04-18 01:11:56 +02:00
parent 8dc9f14e8a
commit a202013a33
6 changed files with 33 additions and 28 deletions

View File

@@ -3,7 +3,7 @@
set -e
sudo curl -fsSL https://get.docker.com | sh -
sudo usermod -aG docker ${USER}
sudo usermod -aG docker $USER
# logout && login to apply the new status