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 ab45b6e commit d2b032cCopy full SHA for d2b032c
1 file changed
files/scripts/20-desktop.sh
@@ -2,20 +2,23 @@
2
3
set -xeuo pipefail
4
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
+
16
if [[ "${VARIANT}" == "gnome" ]]; then
17
# aarch64 doesn't have @workstation group
18
if [[ "${TARGETARCH}" == "arm64" ]]; then
19
dnf install -y \
- @core \
- @fonts \
20
@gnome-desktop \
- @guest-desktop-agents \
- @hardware-support \
21
@internet-browser \
- @multimedia \
- @networkmanager-submodules \
- @print-client \
- @standard \
22
@workstation-product
23
else
24
0 commit comments