Skip to content

Commit e48aa39

Browse files
author
Yuriy Bezsonov
committed
remove Q fix
1 parent 759bb4c commit e48aa39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • infrastructure/scripts/setup

infrastructure/scripts/setup/ide.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.codewhisperer.us-e
142142
unzip /home/ec2-user/q.zip -d /home/ec2-user/
143143
chmod +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

149149
echo "Installing Spring CLI"
150150
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

0 commit comments

Comments
 (0)