Skip to content

Commit

Permalink
Changes from upstream repositories: openmicroscopy
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel authored Jan 17, 2025
1 parent ff9cc57 commit 555ec72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion omero/conf_autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
version_matlab = "5.5.6"
version_dsl_plugin = "5.5.2"
version_blitz_plugin = "5.5.2"
version_py = "5.19.5"
version_py = "5.19.6"
version_web = "5.28.0"
version_dropbox = "5.7.0"
8 changes: 5 additions & 3 deletions omero/sysadmins/unix/walkthrough/walkthrough_ubuntu2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ ldconfig


# install Postgres
apt-get install -y gnupg
echo "deb http://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
apt-get install -y curl ca-certificates
install -d /usr/share/postgresql-common/pgdg
curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list'

apt-get update
apt-get -y install postgresql-15
service postgresql start
Expand Down

0 comments on commit 555ec72

Please sign in to comment.