Skip to content

Commit

Permalink
Merge pull request #2384 from ome/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes from upstream repositories:  openmicroscopy
  • Loading branch information
jburel authored Nov 30, 2023
2 parents 263662c + 3c54b33 commit 1b45677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omero/sysadmins/unix/walkthrough/walkthrough_ubuntu2004.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apt-get -y install cron

# install Java
apt-get update -q
apt-get install -y openjdk-11-jdk
apt-get install -y openjdk-11-jre

# install dependencies

Expand Down
2 changes: 1 addition & 1 deletion omero/sysadmins/unix/walkthrough/walkthrough_ubuntu2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apt-get -y install cron

# install Java
apt-get update -q
apt-get install -y openjdk-11-jdk
apt-get install -y openjdk-11-jre

# install dependencies

Expand Down

0 comments on commit 1b45677

Please sign in to comment.