We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51c0a5 commit 03b6adeCopy full SHA for 03b6ade
1 file changed
infrastructure/scripts/setup/ide.sh
@@ -125,6 +125,9 @@ helm version
125
echo "Installing k9s ..."
126
curl -sS https://webinstall.dev/k9s | bash
127
128
+echo "Installing e1s ... "
129
+curl -sL https://raw.githubusercontent.com/keidarcy/e1s-install/master/cloudshell-install.sh | bash
130
+
131
echo "Installing Session Manager plugin ..."
132
curl -sS "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" -o "session-manager-plugin.rpm"
133
sudo yum -q install -y session-manager-plugin.rpm
0 commit comments