Skip to content

Commit a44cbea

Browse files
author
Yuriy Bezsonov
committed
add spring cli
1 parent c3e2345 commit a44cbea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • infrastructure/scripts/setup

infrastructure/scripts/setup/ide.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ echo "Fixing bash-preexec errors in Amazon Q shell integration..."
146146
# Run the fix script from the same directory
147147
bash "$(dirname "$0")/fix-bash-preexec.sh"
148148

149+
echo "Installing Spring CLI"
150+
curl -L https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-cli/3.5.0/spring-boot-cli-3.5.0-bin.zip -o /home/ec2-user/spring-boot-cli-3.5.0-bin.zip && unzip /home/ec2-user/spring-boot-cli-3.5.0-bin.zip -d /home/ec2-user
151+
149152
source /etc/profile.d/workshop.sh
150153
aws configure set default.region ${AWS_REGION}
151154
aws configure get default.region

0 commit comments

Comments
 (0)