This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |