Reorder installations
This commit is contained in:
parent
a9b9c425ce
commit
08d1a73269
1 changed files with 3 additions and 3 deletions
|
@ -31,13 +31,13 @@ yay --noconfirm -Syu \
|
||||||
sudo chsh $USER --shell "$(which fish)";
|
sudo chsh $USER --shell "$(which fish)";
|
||||||
|
|
||||||
# User Interface
|
# User Interface
|
||||||
|
. ../Software/sddm/install.sh;
|
||||||
|
. ../Software/KDE/install.sh;
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
maliit-keyboard \
|
maliit-keyboard \
|
||||||
;
|
;
|
||||||
|
|
||||||
. ../Software/sddm/install.sh;
|
|
||||||
. ../Software/KDE/install.sh;
|
|
||||||
|
|
||||||
yay --noconfirm -Syu power-profiles-daemon;
|
yay --noconfirm -Syu power-profiles-daemon;
|
||||||
sudo systemctl enable --now power-profiles-daemon;
|
sudo systemctl enable --now power-profiles-daemon;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue