Skip to content

Commit

Permalink
Add scripts/update-graphics-and-x-stack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
donald authored and pmenzel committed Oct 17, 2018
1 parent 9cffb48 commit 4c55e51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/update-graphics-and-x-stack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#! /bin/bash

#
# bee install does not work well on big archives ( mariux64/bee#26 )
#
sudo perl -i -pe 's/^( *)(print_conflicts .*)/$1# $2/' /usr/libexec/bee/bee.d/bee-cache

sudo bee update libdrm-2.4.94-0

sudo bee update wayland-1.16.0-0
sudo bee install xcb-proto-1.13-0
sudo bee update libxcb-1.13-0.x86_64
sudo bee update mesalib-18.2.1-0

sudo bee update libX11-1.6.7-0

0 comments on commit 4c55e51

Please sign in to comment.