Skip to content

Commit

Permalink
Add apt-get update for fix swimlane#27 openssl error
Browse files Browse the repository at this point in the history
  • Loading branch information
julioliraup authored Jun 6, 2024
1 parent 19f0baa commit 111ff39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BUNDLE_ZIP=$OUTPUT_DIR/bundle.zip
CERT_KEYSTORES_ZIP=$OUTPUT_DIR/cert_keystores.zip
HTTP_ZIP=$OUTPUT_DIR/http.zip

apt-get install unzip openssl -y
apt-get update && apt-get install unzip openssl -y

create_self_signed_ca()
{
Expand Down Expand Up @@ -151,4 +151,4 @@ chown -R 1000:0 $OUTPUT_DIR

printf "=====================================================\n"
printf "SSL Certificates generation completed successfully.\n"
printf "=====================================================\n"
printf "=====================================================\n"

0 comments on commit 111ff39

Please sign in to comment.