From 9608b219dced809649de78757e2082422326adeb Mon Sep 17 00:00:00 2001 From: Didier Date: Tue, 7 Mar 2023 11:58:35 +0100 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