This commit is contained in:
teldra 2022-02-07 05:36:07 +01:00
parent d294324e04
commit d47a88dada
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ profile() {
}
printing() {
yesno "Do you want printing?" "y"
yesno "Do you want printing?" "n"
if [ "$output" == "yes" ]; then
addpkg cups
fi