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 c6ab8b2 commit 4e4db59Copy full SHA for 4e4db59
1 file changed
infrastructure/scripts/setup/idp.sh
@@ -24,5 +24,5 @@ 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
26
curl -sSL https://tinyurl.com/installBox | bash
27
-sudo usermod -s $(which zsh) $USER
28
-echo "exec zsh" >> ~/.bashrc
+# sudo usermod -s $(which zsh) $USER
+# echo "exec zsh" >> ~/.bashrc
0 commit comments