Skip to content

Commit ef12f54

Browse files
committed
bootstrap.sh: install the latest postgres package
The postgres-12 package don't exist on Ubuntu 22. Let's install the latest and greatest. Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent db89b12 commit ef12f54

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
@@ -40,7 +40,7 @@ apt-get install -y cargo
4040
apt-get install -y jq
4141

4242
# Nova deps:
43-
apt-get install -y postgresql-12 postgresql-contrib-12 # libpq-dev pgadmin3
43+
apt-get install -y postgresql postgresql-contrib # libpq-dev pgadmin3
4444
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

0 commit comments

Comments
 (0)