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 038b7c6 commit d089c0dCopy full SHA for d089c0d
ci/install-deps.sh
@@ -1,8 +1,10 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
FDB_VER=${1}
6
-sudo apt install python-is-python3
7
+sudo apt install python2
8
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb
9
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-server_${FDB_VER}-1_amd64.deb
10
sudo dpkg -i foundationdb-clients_${FDB_VER}-1_amd64.deb
0 commit comments