2024-08-15 13:57:28 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
cd /etc/yum.repos.d || exit 1
|
|
|
|
|
|
|
|
sudo wget https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-$(rpm -E %fedora)/ryanabx-cosmic-epoch-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ryanabx-cosmic.repo
|
|
|
|
|
|
|
|
rpm-ostree install cosmic-desktop
|
2024-09-26 21:06:42 +00:00
|
|
|
|
|
|
|
# The following may be needed
|
|
|
|
#
|
|
|
|
# systemctl disable sddm.service
|
|
|
|
# systemctl enable cosmic-greeter.service
|