Skip to content

Commit

Permalink
fix(chezmoiscripts): multimedia missing line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
wroyca committed Sep 1, 2024
1 parent ca34088 commit abd081b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .chezmoiscripts/before/run_once_before_01-setup.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
sudo dnf upgrade -y
sudo dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-"$(rpm -E %fedora)".noarch.rpm
sudo dnf install -y https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-"$(rpm -E %fedora)".noarch.rpm

[[systemd-detect-virt >/dev/null]] && return 0

sudo dnf install -y akmod-nvidia
sudo dnf install -y xorg-x11-drv-nvidia-cuda
sudo dnf install -y intel-media-driver
sudo dnf install -y libva-nvidia-driver

sudo dnf group install -y
sudo dnf group install -y \
multimedia

0 comments on commit abd081b

Please sign in to comment.