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 Nov 23, 2023
1 parent 0d10e42 commit ce4d374
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion omero/sysadmins/unix/walkthrough/walkthrough_ubuntu1804.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ apt-get install -y openjdk-11-jre
# install dependencies

# start-add-dependencies
apt-get update
apt-get -y install \
unzip \
wget \
Expand Down
3 changes: 0 additions & 3 deletions omero/sysadmins/unix/walkthrough/walkthrough_ubuntu2004.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ apt-get install -y openjdk-11-jre
# install dependencies

# start-add-dependencies
apt-get update
apt-get -y install \
unzip \
wget \
Expand All @@ -28,7 +27,6 @@ apt-get -y install \
#end-step01
# install Ice
#start-recommended-ice
apt-get update && \
apt-get install -y -q \
build-essential \
db5.3-util \
Expand All @@ -52,7 +50,6 @@ ldconfig


# install Postgres
apt-get update
apt-get -y install postgresql
service postgresql start
#end-step01
Expand Down
1 change: 0 additions & 1 deletion omero/sysadmins/unix/walkthrough/walkthrough_ubuntu2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ apt-get install -y openjdk-11-jre
# install dependencies

# start-add-dependencies
apt-get update
apt-get -y install \
unzip \
wget \
Expand Down

0 comments on commit ce4d374

Please sign in to comment.