File tree Expand file tree Collapse file tree
infrastructure/scripts/setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.codewhisperer.us-e
142142unzip /home/ec2-user/q.zip -d /home/ec2-user/
143143chmod +x /home/ec2-user/q/install.sh
144144
145- echo " Fixing bash-preexec errors in Amazon Q shell integration..."
145+ # echo "Fixing bash-preexec errors in Amazon Q shell integration..."
146146# Run the fix script from the same directory
147- bash " $( dirname " $0 " ) /fix-bash-preexec.sh"
147+ # bash "$(dirname "$0")/fix-bash-preexec.sh"
148148
149149echo " Installing Spring CLI"
150150curl -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
You can’t perform that action at this time.
0 commit comments