We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910d31a commit 821acadCopy full SHA for 821acad
1 file changed
src/mods/14-gnome-apps-mod/install.sh
@@ -167,14 +167,18 @@ apt install $INTERACTIVE \
167
fonts-noto-cjk fonts-noto-core fonts-noto-mono fonts-noto-color-emoji --no-install-recommends
168
judge "Install gnome fonts"
169
170
+print_ok "Installing gnome printer support..."
171
+apt install $INTERACTIVE \
172
+ printer-driver-all # With recommends this time. Because only this way it installs the actual drivers
173
+judge "Install printer-driver-all"
174
+
175
print_ok "Installing gnome printer support..."
176
apt install $INTERACTIVE \
177
cups \
178
cups-bsd \
179
cups-browsed \
180
cups-pk-helper \
181
ipp-usb \
- printer-driver-all \
182
--no-install-recommends
183
judge "Install gnome printer support"
184
0 commit comments