From a9d3a8aefdb269e3299232d6e59d061a505d0988 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Thu, 8 Jan 2015 14:18:12 -0500 Subject: [PATCH] Fixed bad reference path --- installer/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install b/installer/install index f5d77db34..e55ed4640 100755 --- a/installer/install +++ b/installer/install @@ -523,7 +523,7 @@ if [ "$install_dependencies" = "t" ]; then loud "-----------------------------------------------------" verbose "\n * Reading requirements-${dist,,}-${code,,}.apt..." - loudCmd "apt-get -y -m --force-yes install $(grep -vE '^\s*#' ${SCRIPT_DIR}/bin/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')" + loudCmd "apt-get -y -m --force-yes install $(grep -vE '^\s*#' ${SCRIPT_DIR}/lib/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')" fi verbose "\n * Restarting apache..."