Reorder lutris package installation

This commit is contained in:
Manuel Thalmann 2024-03-09 19:20:53 +01:00
parent b03a9f7578
commit ff0e934cd7

View file

@ -1,9 +1,6 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \
lutris;
yay --noconfirm --needed -Syu \
wine-staging \
giflib \
@ -59,4 +56,7 @@ yay --noconfirm -Syu \
protontricks \
protonup-qt-bin;
yay --noconfirm -Syu \
lutris;
popd > /dev/null;