Skip to content

Commit 3ae467d

Browse files
committed
oops
1 parent eea5610 commit 3ae467d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install-deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FDB_VER=${1}
77
sudo apt install python2
88
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb
99
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-server_${FDB_VER}-1_amd64.deb
10-
sudo apt install ./foundationdb-clients_${FDB_VER}-1_amd64.deb
10+
sudo apt install --fix-broken ./foundationdb-clients_${FDB_VER}-1_amd64.deb
1111
# 6.3.x seems to require us to make this directory
1212
sudo mkdir -p /var/lib/foundationdb/data
13-
sudo apt install ./foundationdb-server_${FDB_VER}-1_amd64.deb
13+
sudo apt install --fix-broken ./foundationdb-server_${FDB_VER}-1_amd64.deb
1414
sudo apt-get install c2hs

0 commit comments

Comments
 (0)