Skip to content

Commit

Permalink
use correct centos python numpy package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed Nov 27, 2017
1 parent 472f42b commit 0167ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/centos/install/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ echo "Install some common tools for further installation"
yum -y install epel-release
yum -y update
yum -y install vim sudo wget which net-tools bzip2 \
python-numpy #used for websockify/novnc
numpy #used for websockify/novnc
yum clean all

0 comments on commit 0167ab3

Please sign in to comment.