You've already forked fedora-bootc
More add-wants related fiddling.
Some checks failed
Build container image / Build and push image (pull_request) Failing after 3m57s
Some checks failed
Build container image / Build and push image (pull_request) Failing after 3m57s
This commit is contained in:
@@ -95,14 +95,13 @@ dnf5 install -y \
|
|||||||
# Install Niri, the scrollable-tiling window compositor
|
# Install Niri, the scrollable-tiling window compositor
|
||||||
# https://yalter.github.io/niri/
|
# https://yalter.github.io/niri/
|
||||||
dnf5 -y copr enable avengemedia/dms
|
dnf5 -y copr enable avengemedia/dms
|
||||||
dnf5 -y install \
|
dnf5 -y install niri dms
|
||||||
--disablerepo="*" \
|
|
||||||
--enablerepo="coprdep:copr.fedorainfracloud.org:avengemedia:danklinux" \
|
|
||||||
niri dms
|
|
||||||
dnf5 -y copr disable avengemedia/dms
|
dnf5 -y copr disable avengemedia/dms
|
||||||
|
|
||||||
systemctl enable niri.service
|
# systemctl enable niri.service
|
||||||
systemctl add-wants niri.service dms
|
systemctl daemon-reload
|
||||||
|
systemctl enable --user niri.service
|
||||||
|
systemctl add-wants --user niri.service dms
|
||||||
|
|
||||||
## CLEANUP
|
## CLEANUP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user