We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02178a2 commit 86efa1bCopy full SHA for 86efa1b
src/mods/14-gnome-apps-mod/install.sh
@@ -164,7 +164,7 @@ judge "Install ibus"
164
165
print_ok "Installing gnome fonts..."
166
apt install $INTERACTIVE \
167
- fonts-noto-cjk fonts-noto-core fonts-noto-mono fonts-noto-color-emoji printer-driver-all --no-install-recommends
+ 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..."
@@ -174,6 +174,7 @@ apt install $INTERACTIVE \
174
cups-browsed \
175
cups-pk-helper \
176
ipp-usb \
177
+ printer-driver-all \
178
--no-install-recommends
179
judge "Install gnome printer support"
180
0 commit comments