Install display manager first
This commit is contained in:
parent
9cb987ba8d
commit
a7e90165cd
|
@ -58,6 +58,9 @@ function deploySoftware -d "Deploys a the specified software action" -a action
|
|||
end
|
||||
|
||||
if collectionActive desktopExperience
|
||||
source "$dir/../Software/KDE/main.fish" $action
|
||||
source "$dir/../Software/sddm/main.fish" $action
|
||||
|
||||
if $isInstall
|
||||
yayinst \
|
||||
maliit-keyboard \
|
||||
|
@ -123,9 +126,6 @@ function deploySoftware -d "Deploys a the specified software action" -a action
|
|||
end
|
||||
end
|
||||
|
||||
source "$dir/../Software/KDE/main.fish" $action
|
||||
source "$dir/../Software/sddm/main.fish" $action
|
||||
|
||||
# Internet Access
|
||||
source "$dir/../Software/Firefox/main.fish" $action
|
||||
source "$dir/../Software/brave/main.fish" $action
|
||||
|
|
Loading…
Reference in a new issue