From be6e5e4857486d3670afbb2d734d5b96c8d5d109 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Mon, 14 Oct 2024 15:03:14 -0700 Subject: [PATCH] added ansible, kate, and librewolf with some reboot instructions --- fedora-atomic/cosmic-de-setup.sh | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/fedora-atomic/cosmic-de-setup.sh b/fedora-atomic/cosmic-de-setup.sh index 08d194e..e1030f0 100755 --- a/fedora-atomic/cosmic-de-setup.sh +++ b/fedora-atomic/cosmic-de-setup.sh @@ -15,13 +15,21 @@ rpm-ostree install \ distrobox \ tailscale \ syncthing \ + ansible \ cosmic-desktop +sudo flatpak install -y \ + io.gitlab.librewolf-community \ + org.kde.kate + # The following may be needed # -echo "The following commands will be needed following a reboot to enable the Cosmic Desktop " echo -echo "systemctl disable sddm.service" -echo "systemctl enable cosmic-greeter.service" +echo "REBOOT NOW! (systemctl reboot)" +echo +echo "The following commands will be needed following a reboot to enable the Cosmic Desktop." +echo +echo "sudo systemctl disable sddm.service" +echo "sudo systemctl enable cosmic-greeter.service" echo "systemctl reboot" echo