diff options
author | ramon <ramongomez@us.es> | 2011-02-16 15:47:26 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2011-02-16 15:47:26 +0000 |
commit | 2f28f0661c31a1a16fba8ca4ee861cc3778408cd (patch) | |
tree | 6d1e71c7aecffa376529d2cb3145c49abe56e6b9 /installer | |
parent | 36a8d9c2d4a54244203dc7331d92c2d9770112e5 (diff) |
Compilar ogAdmClient en 32 bits (ramas trunk y testing).
git-svn-id: https://opengnsys.es/svn/trunk@1463 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index fa9ef981..73873e87 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -37,7 +37,7 @@ INSTALL_TARGET=/opt/opengnsys LOG_FILE=/tmp/opengnsys_installation.log # Array con las dependencias -DEPENDENCIES=( subversion apache2 php5 libapache2-mod-php5 mysql-server php5-mysql nfs-kernel-server dhcp3-server udpcast bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential libmysqlclient15-dev wget doxygen graphviz bittornado ctorrent ) +DEPENDENCIES=( subversion apache2 php5 libapache2-mod-php5 mysql-server php5-mysql nfs-kernel-server dhcp3-server udpcast bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential g++-multilib libmysqlclient15-dev wget doxygen graphviz bittornado ctorrent ) # Base de datos OPENGNSYS_DB_CREATION_FILE=opengnsys/admin/Database/ogAdmBD.sql |