We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908ac22 commit 272fcc4Copy full SHA for 272fcc4
prepare.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+
3
+filename="lain-pre-1462250588.tar.gz"
4
+if [ ! -f "$filename" ]; then
5
+ wget http://lain.oss-cn-beijing.aliyuncs.com/${filename}
6
+fi
7
+mkdir playbooks/roles/binary/files/
8
+tar -xzvf $filename -C playbooks/roles/binary/files/
0 commit comments