cleanup some old cruft
This commit is contained in:
parent
3f5855b5fe
commit
5c0a1e9bc5
3 changed files with 0 additions and 25 deletions
|
@ -1,10 +0,0 @@
|
||||||
run:
|
|
||||||
ansible-playbook --ask-become-pass main.yml
|
|
||||||
|
|
||||||
lint:
|
|
||||||
ansible-lint main.yml clean.yml
|
|
||||||
|
|
||||||
clean:
|
|
||||||
ansible-playbook --ask-become-pass clean.yml
|
|
||||||
|
|
||||||
.PHONY: run lint
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/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
|
|
||||||
|
|
||||||
# The following may be needed
|
|
||||||
#
|
|
||||||
# systemctl disable sddm.service
|
|
||||||
# systemctl enable cosmic-greeter.service
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
ansible-playbook --ask-become-pass main.yml
|
|
Loading…
Reference in a new issue