From 0167ab3cd65410b82c7034c8a343d51730eb5a78 Mon Sep 17 00:00:00 2001 From: Tobias Schneck Date: Mon, 27 Nov 2017 18:55:17 +0100 Subject: [PATCH] use correct centos python numpy package --- src/centos/install/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/centos/install/tools.sh b/src/centos/install/tools.sh index 4a6d9e56..4bd63c90 100644 --- a/src/centos/install/tools.sh +++ b/src/centos/install/tools.sh @@ -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 \ No newline at end of file