6 lines
266 B
Bash
6 lines
266 B
Bash
#!/bin/bash
|
|
|
|
dnf -y install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
|
|
|
|
dnf -y install xorg-x11-drv-nvidia-cuda
|