Update script to be really pretty

This commit is contained in:
2025-12-18 21:08:19 +00:00
parent 3bb192238c
commit ca7d4e3460
2 changed files with 12 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ exists() { command -v "$1" >/dev/null 2>&1; }
# --- Defined Paths ---
PANAMA_PATH="$HOME/.local/share/Panama"
echo -e "--- Installing Repositories ---"
echo -e "\n--- Installing Repositories ---"
log "Installing RPM Fusion Free and Nonfree Repositories"
sudo dnf install -y 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 > /dev/null 2>&1
log "Enabling Fedora Cisco OpenH264 Repository"