1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-09 20:21:34 -05:00

Create vlc.sh

This commit is contained in:
Tommy 2022-03-26 22:14:50 -04:00 committed by GitHub
parent f40b64b19b
commit b2770043e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
vlc.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
sudo dnf config-manager --set-enabled rpmfusion-free
sudo dnf config-manager --set-enabled rpmfusion-free-updates
sudo dnf install vlc -y