Renaming dir for clarity

since it's really not specific to the book...
This commit is contained in:
Dan Buch
2012-11-11 09:43:25 -05:00
parent 2cb4181460
commit a0991a7653
3 changed files with 0 additions and 0 deletions

8
sylvilagus/.installation/setup Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [ ! -f rabbitmq-server-generic-unix-2.7.0.tar.gz ]
then
wget http://www.rabbitmq.com/releases/rabbitmq-server/v2.7.0/rabbitmq-server-generic-unix-2.7.0.tar.gz
fi
tar -xzvf rabbitmq-server-generic-unix-2.7.0.tar.gz