From bf1b8589db0c13896d269bab3b8914bf9b4b00e9 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:09 +0200 Subject: [PATCH] fix: fedora update --- compatibility/fedora.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compatibility/fedora.sh b/compatibility/fedora.sh index 18dbe37..bc85691 100755 --- a/compatibility/fedora.sh +++ b/compatibility/fedora.sh @@ -6,4 +6,7 @@ export PM=dnf export PM_INSTALL=install export PM_NOCONFIRM=-y +$SUDO dnf update +[ "${NO_GRAPHICS:-no}" = "yes" ] || $SUDO $PM $PM_INSTALL $PM_NOCONFIRM libX11-devel libXft-devel libXinerama-devel libXrandr-devel xorg-x11-xinit-session + [ -f ./sync.sh ] && ./sync.sh $@ || (cd .. && ./sync.sh $@) \ No newline at end of file