fix dnf4 commands
This commit is contained in:
@@ -162,8 +162,8 @@ function installGraphicsDrivers() {
|
||||
elif [[ $DISTRO == "fedora" ]]; then
|
||||
sudo dnf swap ffmpeg-free ffmpeg --allowerasing -y
|
||||
sudo dnf in vlc mpv -y
|
||||
sudo dnf groupupdate multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin -y
|
||||
sudo dnf groupupdate sound-and-video -y
|
||||
sudo dnf4 groupupdate multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin -y
|
||||
sudo dnf4 groupupdate sound-and-video -y
|
||||
if lspci | grep -i nvidia &>/dev/null; then
|
||||
sudo dnf install kmodtool akmods mokutil openssl -y
|
||||
sudo kmodgenca -a
|
||||
|
||||
Reference in New Issue
Block a user