Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revising install script to include a standard common.bash
Jim Van Fleet committed Jul 27, 2016
1 parent 2b9697c commit 37814dc
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/install.sh
@@ -2,4 +2,6 @@
git clone git@github.internet2.edu:docker/util.git
find util/bin -name "*.sh" -exec sh -c 'echo "$1" | sed "s/util\///" >> .gitignore' -- {} \;
mv util/bin bin
mv util/README.md BINSCRIPTS.md
mv util/README.md BINSCRIPTS.md
mv util/common.bash.sample common.bash
rm -rf util
2 changes: 2 additions & 0 deletions common.bash.sample
@@ -0,0 +1,2 @@
maintainer="tier"
imagename="imagename-replaceme-in-common-bash"

0 comments on commit 37814dc

Please sign in to comment.