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 committed Oct 9, 2018
1 parent 0f826e0 commit 705119d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions scripts/update-graphics-and-x-stack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#! /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 libxcb-1.13-0.x86_64
sudo bee update xf86-video-amdgpu-18.1.0-0.x86_64
sudo bee update xf86-video-nouveau-1.0.15-2.x86_64
sudo bee update xorg-server-1.20.1-0.x86_64
sudo bee update xorgproto-2018.4-0.x86_64

sudo bee remove dri3proto-1.0-0.x86_64
sudo bee remove fontsproto-2.1.3-0.x86_64
sudo bee remove glproto-1.4.17-1.x86_64
sudo bee remove inputproto-2.3-0.x86_64
sudo bee remove kbproto-1.0.6-0.x86_64
sudo bee remove presentproto-1.1-0.x86_64
sudo bee remove randrproto-1.5.0-0.x86_64
sudo bee remove renderproto-0.11.1-0.x86_64
sudo bee remove videoproto-2.3.2-0.x86_64
sudo bee remove xf86driproto-2.1.1-0.x86_64
sudo bee remove xproto-7.0.31-0.x86_64

sudo bee install xcb-proto-1.13-0

0 comments on commit 705119d

Please sign in to comment.