Updated APT_PKGS with valid Ubuntu package name: mysql -> mysql-server

This commit is contained in:
Aaron Culich
2012-11-01 14:05:11 +00:00
parent ca5c33cdf3
commit 2203a0bd70

View File

@@ -105,7 +105,7 @@ NUMPY_VER="1.6.2"
SCIPY_VER="0.10.1"
BREW_FILE="$BASE/mitx/brew-formulas.txt"
LOG="/var/tmp/install-$(date +%Y%m%d-%H%M%S).log"
APT_PKGS="pkg-config curl git python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor coffeescript graphviz graphviz-dev mysql"
APT_PKGS="pkg-config curl git python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor coffeescript graphviz graphviz-dev mysql-server"
if [[ $EUID -eq 0 ]]; then
error "This script should not be run using sudo or as the root user"