Skip to content

Commit

Permalink
scripts: add user to docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Jun 2, 2024
1 parent 4bf2b4b commit 11ada54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ declare -a user_groups=(
gamemode
plugdev
ssh_login
docker
)
for user_group in "${user_groups[@]}"; do
echo "Adding user to group ${user_group}"
Expand Down

0 comments on commit 11ada54

Please sign in to comment.