Skip to content

Commit

Permalink
Merge pull request #281 from jburel/cleanup_ubuntu2004
Browse files Browse the repository at this point in the history
remove redundant update
  • Loading branch information
jburel authored Nov 22, 2023
2 parents 399c8c3 + 607045b commit 9a5349d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion linux/step01_ubuntu1804_deps.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# start-add-dependencies
apt-get update
apt-get -y install \
unzip \
wget \
Expand Down
1 change: 0 additions & 1 deletion linux/step01_ubuntu2004_ice_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ echo $ICEVER
# Ice installation
if [ "$ICEVER" = "ice36" ]; then
#start-recommended
apt-get update && \
apt-get install -y -q \
build-essential \
db5.3-util \
Expand Down
1 change: 0 additions & 1 deletion linux/step01_ubuntu2004_pg_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ PGVER=${PGVER:-pg12}
#Postgres 12
if [ "$PGVER" = "pg12" ]; then
#start-recommended
apt-get update
apt-get -y install postgresql
service postgresql start
#end-recommended
Expand Down

0 comments on commit 9a5349d

Please sign in to comment.