Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Commit

Permalink
run "yum -y update" first
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji authored Dec 7, 2017
1 parent aed5aa3 commit 9525e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e
set -x

if [ -x /usr/bin/yum ]; then
yum -y update
yum -y install gcc gcc-c++ vim-common git wget cmake make binutils glibc-devel libXft-devel librsvg2 desktop-file-utils
# vim-common provides xxd
elif [ -x /usr/bin/apt-get ]; then
Expand Down

0 comments on commit 9525e00

Please sign in to comment.