Skip to content

Commit c6ab8b2

Browse files
author
Yuriy Bezsonov
committed
update idp setup
1 parent 3874d03 commit c6ab8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/scripts/setup

infrastructure/scripts/setup/idp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ cd ~/tmp
2424
curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/riv24/hack/.zshrc -o .zshrc
2525
curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/riv24/hack/.p10k.zsh -o .p10k.zsh
2626
curl -sSL https://tinyurl.com/installBox | bash
27-
chsh -s $(which zsh)
27+
sudo usermod -s $(which zsh) $USER
2828
echo "exec zsh" >> ~/.bashrc

0 commit comments

Comments
 (0)