luca
/
bootstrapper
Archived
1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-02-01 19:22:59 +01:00
commit 084c361bdb
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ create_user() {
if id -u "$username" >/dev/null 2>&1; then
warn "User \"$username\" already exists, Skipping user creation!"
usermod -aG "$USER_GROUPS" "$username"
usermod -G "$USER_GROUPS" "$username"
else
info "Creating user \"$username\" with the following groups: \"$USER_GROUPS\"..."
useradd -m -G "$USER_GROUPS" "$username"

View File

@ -79,7 +79,7 @@ cups
cups-filters
system-config-printer
odt2txt
lowdown
glow
mpv
zk
ripgrep