Merge branch 'main' of https://git.snaile.de/luca/bootstrapper
This commit is contained in:
commit
084c361bdb
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ create_user() {
|
||||||
|
|
||||||
if id -u "$username" >/dev/null 2>&1; then
|
if id -u "$username" >/dev/null 2>&1; then
|
||||||
warn "User \"$username\" already exists, Skipping user creation!"
|
warn "User \"$username\" already exists, Skipping user creation!"
|
||||||
usermod -aG "$USER_GROUPS" "$username"
|
usermod -G "$USER_GROUPS" "$username"
|
||||||
else
|
else
|
||||||
info "Creating user \"$username\" with the following groups: \"$USER_GROUPS\"..."
|
info "Creating user \"$username\" with the following groups: \"$USER_GROUPS\"..."
|
||||||
useradd -m -G "$USER_GROUPS" "$username"
|
useradd -m -G "$USER_GROUPS" "$username"
|
||||||
|
|
|
@ -79,7 +79,7 @@ cups
|
||||||
cups-filters
|
cups-filters
|
||||||
system-config-printer
|
system-config-printer
|
||||||
odt2txt
|
odt2txt
|
||||||
lowdown
|
glow
|
||||||
mpv
|
mpv
|
||||||
zk
|
zk
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
Reference in a new issue