From b8611f69432cd10463d63825539259099dc0ef0b Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:45:18 +0100 Subject: [PATCH] Update enable_anaconda.sh --- iso/enable_anaconda.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iso/enable_anaconda.sh b/iso/enable_anaconda.sh index 9785119..da9f75a 100755 --- a/iso/enable_anaconda.sh +++ b/iso/enable_anaconda.sh @@ -11,7 +11,11 @@ rm -rf /home # -------------------------------------------------------------------- dnf install -y \ anaconda \ - anaconda-webui + anaconda-gui \ + anaconda-live \ + anaconda-widgets \ + xorg-x11-server-Xwayland \ + polkit # -------------------------------------------------------------------- # Phase 3: Installer-Launcher systemweit anlegen