Skip to content
Snippets Groups Projects
Commit 3cefa797 authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent 918d43e5
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