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 9eb12d7 commit 06e1258Copy full SHA for 06e1258
ci/install-deps.sh
@@ -2,7 +2,7 @@
2
3
FDB_VER=${1}
4
5
-sudo apt install python
+sudo apt install python-is-python3
6
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb
7
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-server_${FDB_VER}-1_amd64.deb
8
sudo dpkg -i foundationdb-clients_${FDB_VER}-1_amd64.deb
0 commit comments