From 3eb815020b47887570cad8bb29049a50d4cbb90d Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Wed, 22 May 2024 16:37:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20x.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- x.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x.sh b/x.sh index 102ee43..2ba205a 100644 --- a/x.sh +++ b/x.sh @@ -2,11 +2,11 @@ set -e -dnf -y --installroot=/mnt --releasever=39 install sddm firefox \ +dnf -y install sddm firefox \ geany krusader konsole dolphin \ xfce4-session xfce4-settings \ xorg-x11-server-Xorg xorg-x11-xinit \ xorg-x11-drv-amdgpu xorg-x11-drv-vesa xorg-x11-drv-evdev \ xorg-x11-drv-intel xorg-x11-drv-nouveau -chroot /mnt systemctl enable sddm +systemctl enable sddm