Last active
August 29, 2015 14:06
-
-
Save val314159/619e9319cbe858486885 to your computer and use it in GitHub Desktop.
meta installer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -f eenv.sh | |
# qsvr | |
git clone https://gist.github.com/067edcf3039ad202c5d8.git | |
sh 067edcf3039ad202c5d8/install.sh | |
cp env.sh 067edcf3039ad202c5d8 | |
echo source 067edcf3039ad202c5d8/env.sh >>eenv.sh | |
# authsvr | |
git clone https://gist.github.com/48217eca901c2afb29a4.git | |
sh 48217eca901c2afb29a4/install.sh | |
cp env.sh 48217eca901c2afb29a4 | |
echo source 48217eca901c2afb29a4/env.sh >>eenv.sh | |
# db.py | |
git clone https://gist.github.com/88aeea80c483cb222365.git | |
ln -s 88aeea80c483cb222365/db.py | |
cat >> eenv.sh <<EOF | |
echo ok | |
EOF | |
mv eenv.sh env.sh | |
source env.sh | |
$* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment