Reorder lutris package installation
This commit is contained in:
parent
f2a1f5029a
commit
061fec6073
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue