We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2122e2 + b35b0ff commit 84cd7d0Copy full SHA for 84cd7d0
1 file changed
database/build.sh
@@ -38,8 +38,9 @@ curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py |
38
cd /tmp
39
git clone https://github.com/wal-e/wal-e.git
40
41
+# get a post-v0.8.0 commit which includes a busybox fix
42
cd /tmp/wal-e
-git checkout v0.8c2
43
+git checkout c6dd4b1
44
45
pip install .
46
0 commit comments