Skip to content

Commit

Permalink
Update Tomcat integration test for Debian. (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam DeHaan authored Feb 9, 2022
1 parent 1a3bf2c commit f9bd196
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set -e

sudo apt update
sudo apt-get install -y curl default-jre
sudo mkdir -p /opt/tomcat/stage
sudo curl "https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.58/bin/apache-tomcat-9.0.58.tar.gz" -o /opt/tomcat/stage/tomcat.tgz
Expand Down

0 comments on commit f9bd196

Please sign in to comment.