We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e2345 commit a44cbeaCopy full SHA for a44cbea
1 file changed
infrastructure/scripts/setup/ide.sh
@@ -146,6 +146,9 @@ echo "Fixing bash-preexec errors in Amazon Q shell integration..."
146
# Run the fix script from the same directory
147
bash "$(dirname "$0")/fix-bash-preexec.sh"
148
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
+
152
source /etc/profile.d/workshop.sh
153
aws configure set default.region ${AWS_REGION}
154
aws configure get default.region
0 commit comments