Skip to content

Commit d4dbc78

Browse files
authored
Merge pull request #53 from victormlg/deps
Added librsync to nova deps
2 parents b88b311 + dcbbe5e commit d4dbc78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basebox/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ apt-get install -y jq
4141

4242
# Nova deps:
4343
apt-get install -y postgresql-12 postgresql-contrib-12 # libpq-dev pgadmin3
44-
apt-get install -y libpgtypes3 libecpg-dev libldap2-dev
44+
apt-get install -y libpgtypes3 libecpg-dev libldap2-dev librsync-dev
4545
apt-get install -y software-properties-common
4646
add-apt-repository -y ppa:ondrej/php
4747
apt-get update -y

0 commit comments

Comments
 (0)