diff --git a/carlos-fedora-kde.sh b/carlos-fedora-kde.sh index 99a3f6d..321b083 100644 --- a/carlos-fedora-kde.sh +++ b/carlos-fedora-kde.sh @@ -6,3 +6,6 @@ sh dev.sh cd ~/linux-setup/kde sh kde.sh + +echo "Finished, now configure snapper and btrfs-assistant" +sudo btrfs-assistant diff --git a/fedora/fedora.sh b/fedora/fedora.sh index d7e746f..caeb1bd 100644 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -12,6 +12,9 @@ sudo dnf install rofi -y sudo dnf install nautilus -y sudo dnf install sushi -y sudo dnf install ulauncher -y +sudo dnf install grub-customizer -y +sudo dnf install snapper -y +sudo dnf install btrfs-assistant -y #Codecs sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y