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