add some cosmic into the mix
This commit is contained in:
parent
9eb8932975
commit
8738b27e18
1 changed files with 7 additions and 0 deletions
7
fedora-atomic/cosmic-epoch-setup.sh
Normal file
7
fedora-atomic/cosmic-epoch-setup.sh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/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
|
Loading…
Reference in a new issue