Skip to content

Commit 35919e7

Browse files
author
Yuriy Bezsonov
committed
fix zsh path
1 parent e48aa39 commit 35919e7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

infrastructure/scripts/setup/idp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ echo Installing zsh
2121
rm -rf /home/ec2-user/.oh-my-zsh
2222
mkdir -p ~/tmp
2323
cd ~/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
2626
curl -sSL https://tinyurl.com/installBox | bash
2727
# sudo usermod -s $(which zsh) $USER
2828
# echo "exec zsh" >> ~/.bashrc

0 commit comments

Comments
 (0)