Skip to content

Commit d2b032c

Browse files
eseikeralexiri
authored andcommitted
preinstall common subgroups belongs to each environment groups
1 parent ab45b6e commit d2b032c

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

files/scripts/20-desktop.sh

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
22

33
set -xeuo pipefail
44

5+
dnf install -y \
6+
@core \
7+
@fonts \
8+
@guest-desktop-agents \
9+
@hardware-support \
10+
@input-methods \
11+
@multimedia \
12+
@networkmanager-submodules \
13+
@print-client \
14+
@standard
15+
516
if [[ "${VARIANT}" == "gnome" ]]; then
617
# aarch64 doesn't have @workstation group
718
if [[ "${TARGETARCH}" == "arm64" ]]; then
819
dnf install -y \
9-
@core \
10-
@fonts \
1120
@gnome-desktop \
12-
@guest-desktop-agents \
13-
@hardware-support \
1421
@internet-browser \
15-
@multimedia \
16-
@networkmanager-submodules \
17-
@print-client \
18-
@standard \
1922
@workstation-product
2023
else
2124
dnf install -y \

0 commit comments

Comments
 (0)