Skip to content

Commit

Permalink
Add update script
Browse files Browse the repository at this point in the history
  • Loading branch information
david authored and pmenzel committed Jan 20, 2020
1 parent 3612433 commit e36861b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/update-graphic-nvidia.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/bash

UP=("libglvnd" "mesa-demos" "mesalib" "nvidia-mxlinks")

for i in ${UP[@]}; do
bee update $i
done

bee remove nvidia_current-440.44-0.x86_64
bee install -f nvidia_current-440.44-1
bee remove nvidia_current-418.56-1.x86_64
bee install -f nvidia_current-418.56-2

0 comments on commit e36861b

Please sign in to comment.