mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2025-01-22 13:51:57 -05:00
5 lines
85 B
Bash
5 lines
85 B
Bash
#!/bin/bash
|
|
|
|
sudo dnf config-manager --enable rpmfusion-free
|
|
sudo dnf install -y vlc
|