aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install_packages
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-07-16 11:17:35 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-07-16 11:17:35 +0100
commit8a37b57398e09ff13a7370b5119de734ecbc772a (patch)
treea3e4b2df250b70ec7d9e56265b5fca4b48a6c98a /bin/install_packages
parent3c7df6fa0186251363ea5a61a497b8920ecdb129 (diff)
parent1243e701620d71dfcf0eedb880f40e7fef59415d (diff)
Merge branch '2930-sudo-optional'
Diffstat (limited to 'bin/install_packages')
-rwxr-xr-xbin/install_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_packages b/bin/install_packages
index 7b4bfd8e1..c7f1b9446 100755
--- a/bin/install_packages
+++ b/bin/install_packages
@@ -3,7 +3,7 @@ set -e
cd "$(dirname "${BASH_SOURCE[0]}")/.."
-PACKAGE_FILE=conf/packages
+PACKAGE_FILE=conf/packages.generic
[ -n "$1" ] && PACKAGE_FILE="conf/packages.${1}"