Skip to content

Commit 8b62ea9

Browse files
Modified remicolt repo url and brought back mssql.
Need to figure out how to factor this in.
1 parent 60674d2 commit 8b62ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

moodle/centos7/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ HTTPD_WELCOME="/etc/httpd/conf.d/welcome.conf"
88

99
INSTALL_PKGS1="wget";
1010
INSTALL_PKGS2="httpd nss_wrapper gettext";
11-
REMI_REPO="http://rpms.famillecollet.com/enterprise/remi-release-7.rpm"
11+
REMI_REPO="https://rpms.remirepo.net/enterprise/remi-release-7.rpm"
1212
PHP_REMI_VERSION="${PHP_REMI_VERSION:-"php71"}"
1313

1414
PHP1="${PHP_REMI_VERSION} ${PHP_REMI_VERSION}-php ${PHP_REMI_VERSION}-php-pgsql ${PHP_REMI_VERSION}-php-mysqlnd"
@@ -19,9 +19,9 @@ PHP5="${PHP_REMI_VERSION}-php-opcache ${PHP_REMI_VERSION}-php-pecl-memcache ${PH
1919
PHP6="${PHP_REMI_VERSION}-php-intl ${PHP_REMI_VERSION}-php-mbstring ${PHP_REMI_VERSION}-php-pecl-solr2"
2020
PHP7="${PHP_REMI_VERSION}-php-pecl-zip ${PHP_REMI_VERSION}-php-soap"
2121

22-
#PHP_MS_ORACLE_PACKAGES="freetds mssql-tools"
22+
PHP_MSSQL_PACKAGES="freetds mssql-tools"
2323

24-
PHP_PACKAGES="${PHP1} ${PHP2} ${PHP3} ${PHP4} ${PHP5} ${PHP6} ${PHP7}";
24+
PHP_PACKAGES="${PHP1} ${PHP2} ${PHP3} ${PHP4} ${PHP5} ${PHP6} ${PHP7} ${PHP_MSSQL_PACKAGES}";
2525
INSTALL_PKGS="${INSTALL_PKGS2} ${PHP_PACKAGES}";
2626

2727
MOODLE="moodle";

0 commit comments

Comments
 (0)