diff --git a/fedora_post_install.sh b/fedora_post_install.sh index 7f0d0eb..fbc2c8f 100644 --- a/fedora_post_install.sh +++ b/fedora_post_install.sh @@ -20,6 +20,9 @@ function yes_or_no { done } +echo "Removing fluff (maps, tour, etc)" +dnf remove gnome-maps gnome-weather gnome-tour gnome-calendar gnome-contacts simple-scan + echo "adding RPM fusion repos & updating DNF" # Get the free repository (most stuff you need) @@ -103,16 +106,15 @@ dnf install -y ffmpeg-libs libva libva-utils openh264 gstreamer1-plugin-openh264 dnf config-manager --set-enabled fedora-cisco-openh264 &> /dev/null dnf update -y &> /dev/null +###Fix BT headsets +sed -i "$ a AutoConnect=true" /etc/bluetooth/main.conf +sed -i "$ a MultiProfile=multiple" /etc/bluetooth/main.conf + + ###Archive support echo "Installing archive support" dnf install -y p7zip p7zip-plugins unrar &> /dev/null -###MS fonts -echo "Installing MS fonts" -dnf install -y curl cabextract xorg-x11-font-utils fontconfig &> /dev/null -rpm -i --nodigest --nosignature https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm &> /dev/null -fc-cache -fv &> /dev/null - ###AppImage support echo "Adding AppImage support" dnf install -y fuse fuse-libs &> /dev/null