We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4b965 commit b35b0ffCopy full SHA for b35b0ff
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