cleanup some old cruft

This commit is contained in:
Morgan McMillian 2024-10-14 16:00:24 -07:00
parent 3f5855b5fe
commit 5c0a1e9bc5
3 changed files with 0 additions and 25 deletions

View file

@ -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

View file

@ -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

View file

@ -1,3 +0,0 @@
#!/bin/bash
ansible-playbook --ask-become-pass main.yml