Skip to content

Instantly share code, notes, and snippets.

View diegolealco's full-sized avatar
👋

Diego Leal diegolealco

👋
View GitHub Profile
#!/bin/bash
# Fedora 43 Workstation Post-Installation Automation Script (RPM Fusion Manual Version)
# Run as your regular user (it will prompt for sudo password when needed)
# Assumes you have enabled RPM Fusion (free + nonfree) manually BEFORE running this script
# Tested on fresh Fedora 43 Workstation (December 2025)
set -e # Exit on any error
echo "=================================================="
echo "Fedora 43 Post-Installation Automation Script"