Skip to content

Commit 821acad

Browse files
committed
Add printer-driver-all installation for improved printer support
1 parent 910d31a commit 821acad

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/mods/14-gnome-apps-mod/install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,18 @@ apt install $INTERACTIVE \
167167
fonts-noto-cjk fonts-noto-core fonts-noto-mono fonts-noto-color-emoji --no-install-recommends
168168
judge "Install gnome fonts"
169169

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+
170175
print_ok "Installing gnome printer support..."
171176
apt install $INTERACTIVE \
172177
cups \
173178
cups-bsd \
174179
cups-browsed \
175180
cups-pk-helper \
176181
ipp-usb \
177-
printer-driver-all \
178182
--no-install-recommends
179183
judge "Install gnome printer support"
180184

0 commit comments

Comments
 (0)