Skip to content

Commit 86efa1b

Browse files
committed
Refactor gnome fonts and printer support installation in install.sh
1 parent 02178a2 commit 86efa1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ judge "Install ibus"
164164

165165
print_ok "Installing gnome fonts..."
166166
apt install $INTERACTIVE \
167-
fonts-noto-cjk fonts-noto-core fonts-noto-mono fonts-noto-color-emoji printer-driver-all --no-install-recommends
167+
fonts-noto-cjk fonts-noto-core fonts-noto-mono fonts-noto-color-emoji --no-install-recommends
168168
judge "Install gnome fonts"
169169

170170
print_ok "Installing gnome printer support..."
@@ -174,6 +174,7 @@ apt install $INTERACTIVE \
174174
cups-browsed \
175175
cups-pk-helper \
176176
ipp-usb \
177+
printer-driver-all \
177178
--no-install-recommends
178179
judge "Install gnome printer support"
179180

0 commit comments

Comments
 (0)