Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 22, 2023
1 parent 53e96ec commit d98aac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions linux/install_ubuntu2004.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ICEVER=${ICEVER:-ice36}
bash -eux step01_ubuntu_init.sh

# install java
bash -eux step01_ubuntu1804_java_deps.sh
bash -eux step01_ubuntu_java_deps.sh

bash -eux step01_ubuntu1804_deps.sh
bash -eux step01_ubuntu_deps.sh

# install ice
bash -eux step01_ubuntu2004_ice_deps.sh
Expand Down
4 changes: 2 additions & 2 deletions linux/install_ubuntu2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ if [ ! -f /.dockerenv ]; then
fi

# install java
bash -eux step01_ubuntu1804_java_deps.sh
bash -eux step01_ubuntu_java_deps.sh

bash -eux step01_ubuntu1804_deps.sh
bash -eux step01_ubuntu_deps.sh

# install ice
bash -eux step01_ubuntu2204_ice_deps.sh
Expand Down

0 comments on commit d98aac0

Please sign in to comment.