This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/scripts/_groups_install

6 lines
110 B
Bash
Executable File

#!/bin/sh
for g in docker video input audio wheel; do
sudo usermod "{{@@ env['USER'] @@}}" -aG "$g"
done