fix: fedora update

This commit is contained in:
Strix 2023-10-14 22:38:09 +02:00
parent eb825bad3c
commit bf1b8589db
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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 $@)