Skip to content
Snippets Groups Projects
Commit 6a1597dd authored by jdh8d's avatar jdh8d
Browse files

Former-commit-id: 3cefa797
parent 788bc600
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if [[ $args = "" ]]; then
args="all"
fi
for arg in args; do
for arg in $args; do
case $arg in
all)
install_packs $ALL_PKGS
......
......@@ -14,7 +14,7 @@ main()
coreutils
postgresql
postgresql-client
libpqxx-3.1
libpqxx-4.0
python
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment