Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider 2020-11-17 15:15:11 +00:00
commit fbdcaaf4f8
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
cups
system-config-printer

View file

@ -0,0 +1,5 @@
#!/bin/bash -e
on_chroot <<EOF
adduser "$FIRST_USER_NAME" lpadmin
EOF