[chezmoi] Add myself to the Docker group
This commit is contained in:
parent
04ec3ef6e5
commit
054ab00484
1 changed files with 5 additions and 0 deletions
5
run_onchange-configure-user.sh.tmpl
Normal file
5
run_onchange-configure-user.sh.tmpl
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if getent group docker; then
|
||||
sudo usermod -a -G docker bascht
|
||||
fi;
|
Loading…
Add table
Reference in a new issue