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
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ echo Installing zsh
2121rm -rf /home/ec2-user/.oh-my-zsh
2222mkdir -p ~ /tmp
2323cd ~ /tmp
24- curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/riv24 /hack/.zshrc -o .zshrc
25- curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/riv24 /hack/.p10k.zsh -o .p10k.zsh
24+ curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/mainline /hack/.zshrc -o .zshrc
25+ curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/mainline /hack/.p10k.zsh -o .p10k.zsh
2626curl -sSL https://tinyurl.com/installBox | bash
2727# sudo usermod -s $(which zsh) $USER
2828# echo "exec zsh" >> ~/.bashrc
You can’t perform that action at this time.
0 commit comments