Skip to content

Commit 8e6ea33

Browse files
committed
Force the right elephant
1 parent 36ea226 commit 8e6ea33

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build_files/build.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ dnf5 -y install fd-find
2323
dnf5 -y copr enable killcrb/ashell
2424
dnf5 -y install ashell
2525

26-
# Application Launcher - Walker
27-
dnf5 -y copr enable errornointernet/walker
28-
dnf5 -y install walker
29-
30-
# Application Launcher - Elephant (from packages repo, not walker repo)
26+
# Application Launcher - Elephant (install first from packages repo)
3127
dnf5 -y copr enable errornointernet/packages
32-
dnf5 -y install --repo='copr:copr.fedorainfracloud.org:errornointernet:packages' elephant
28+
dnf5 -y install elephant
3329
elephant service enable
3430

31+
# Application Launcher - Walker (enable repo and exclude elephant to prevent conflicts)
32+
dnf5 -y copr enable errornointernet/walker
33+
dnf5 config-manager --save --setopt='copr:copr.fedorainfracloud.org:errornointernet:walker.excludepkgs=elephant'
34+
dnf5 -y install walker
35+
3536
# On Screen Display
3637
dnf5 -y copr enable markupstart/SwayOSD
3738
dnf5 -y install swayosd

0 commit comments

Comments
 (0)