added ansible, kate, and librewolf with some reboot instructions
This commit is contained in:
parent
92d7aba4aa
commit
be6e5e4857
1 changed files with 11 additions and 3 deletions
|
@ -15,13 +15,21 @@ rpm-ostree install \
|
||||||
distrobox \
|
distrobox \
|
||||||
tailscale \
|
tailscale \
|
||||||
syncthing \
|
syncthing \
|
||||||
|
ansible \
|
||||||
cosmic-desktop
|
cosmic-desktop
|
||||||
|
|
||||||
|
sudo flatpak install -y \
|
||||||
|
io.gitlab.librewolf-community \
|
||||||
|
org.kde.kate
|
||||||
|
|
||||||
# The following may be needed
|
# The following may be needed
|
||||||
#
|
#
|
||||||
echo "The following commands will be needed following a reboot to enable the Cosmic Desktop "
|
|
||||||
echo
|
echo
|
||||||
echo "systemctl disable sddm.service"
|
echo "REBOOT NOW! (systemctl reboot)"
|
||||||
echo "systemctl enable cosmic-greeter.service"
|
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 "systemctl reboot"
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue