diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/vagrant/bootstrap-rhel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vagrant/bootstrap-rhel.sh b/utils/vagrant/bootstrap-rhel.sh index 52cc5fca93..eb28f07b1c 100755 --- a/utils/vagrant/bootstrap-rhel.sh +++ b/utils/vagrant/bootstrap-rhel.sh @@ -1,4 +1,4 @@ #!/bin/sh yum update -y yum install -y glibc-devel ncurses-devel gmp-devel autoconf automake libtool \ - gcc make perl python ghc git + gcc make python ghc git |