Skip to content

Commit

Permalink
Merge pull request #2383 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 29, 2023
2 parents 6fbdb8b + 8d17fd5 commit 263662c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions omero/sysadmins/unix/walkthrough/walkthrough_ubuntu2004.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,11 @@ apt-get -y install unzip wget bc
apt-get -y install cron

# install Java
apt-get -y install software-properties-common
add-apt-repository ppa:openjdk-r/ppa
apt-get update -q
apt-get install -y openjdk-11-jre
apt-get install -y openjdk-11-jdk

# install dependencies

# start-add-dependencies
apt-get -y install \
unzip \
wget \
python3 \
python3-venv
# end-add-dependencies
#end-step01
# install Ice
#start-recommended-ice
Expand Down
11 changes: 1 addition & 10 deletions omero/sysadmins/unix/walkthrough/walkthrough_ubuntu2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,11 @@ apt-get -y install unzip wget bc
apt-get -y install cron

# install Java
apt-get -y install software-properties-common
add-apt-repository ppa:openjdk-r/ppa
apt-get update -q
apt-get install -y openjdk-11-jre
apt-get install -y openjdk-11-jdk

# install dependencies

# start-add-dependencies
apt-get -y install \
unzip \
wget \
python3 \
python3-venv
# end-add-dependencies
#end-step01
# install Ice
#start-recommended-ice
Expand Down

0 comments on commit 263662c

Please sign in to comment.