Remove duplicate installation steps
This commit is contained in:
parent
af5cdd0e77
commit
f2a1f5029a
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
. ../../Config/pacman/install.sh;
|
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
lutris;
|
lutris;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue