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
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue