Create vlc.sh

This commit is contained in:
Tommy
2022-03-26 22:14:50 -04:00
committed by GitHub
parent f40b64b19b
commit b2770043e9

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