Skip to content

Instantly share code, notes, and snippets.

@nickavem
Last active November 24, 2020 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickavem/a2155ea8eabc8c3abd309a782cef07d9 to your computer and use it in GitHub Desktop.
Save nickavem/a2155ea8eabc8c3abd309a782cef07d9 to your computer and use it in GitHub Desktop.
aceisidiopt
#!/bin/bash
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
sudo dnf groupupdate core -y
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin -y
sudo dnf groupupdate sound-and-video -y
sudo dnf install rpmfusion-free-release-tainted -y
sudo dnf install libdvdcss -y
sudo dnf install rpmfusion-nonfree-release-tainted -y
sudo dnf install \*-firmware --exclude lulzbot-marlin-firmware -y
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo dnf install lutris gnome-tweak-tool -y
flatpak install com.discordapp.Discord com.valvesoftware.Steam com.valvesoftware.Steam.CompatibilityTool.Proton
echo "Now reboot idiot"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment