mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-12-23 07:31:34 -05:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sudo dnf config-manager --enable rpmfusion-free
|
||
|
sudo dnf install -y vlc
|