Skip to content

Commit

Permalink
Merge pull request #423 from RTXteam/master
Browse files Browse the repository at this point in the history
  • Loading branch information
saramsey authored Nov 20, 2024
2 parents 4325771 + 650d4cc commit 73e04e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/setup-kg2-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
# install various other packages used by the build system
# - curl is generally used for HTTP downloads
# - wget is used by the neo4j installation script (some special "--no-check-certificate" mode)
sudo apt-get install -y \
sudo DEBIAN_FRONTEND=noninateractive apt-get install -y \
default-jre \
awscli \
zip \
Expand All @@ -78,6 +78,7 @@ sudo apt-get install -y \
git \
libssl-dev \
make \
jq \
unzip

sudo debconf-set-selections <<< "mysql-server mysql-server/root_password password ${mysql_password}"
Expand Down

0 comments on commit 73e04e1

Please sign in to comment.