Update script to be really pretty
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user