Skip to content

Commit dcbbe5e

Browse files
committed
Added librsync as nova dependency
Signed-off-by: Victor Moene <victor.moene@northern.tech>
1 parent b88b311 commit dcbbe5e

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)