Change script to overwrite sddm
with sddm-git
This commit is contained in:
parent
3406a6a11a
commit
02fe186515
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
yay -Syu --noconfirm sddm-git;
|
yes | yay --answerclean=None --answerdiff=None -Syu sddm-git;
|
||||||
source "../../Config/sddm/install.sh";
|
source "../../Config/sddm/install.sh";
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue