Skip to content

Commit 15b13a7

Browse files
authored
Merge pull request #666 from aws-samples/smoell-patch-1
Added e1s
2 parents d51c0a5 + 03b6ade commit 15b13a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • infrastructure/scripts/setup

infrastructure/scripts/setup/ide.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ helm version
125125
echo "Installing k9s ..."
126126
curl -sS https://webinstall.dev/k9s | bash
127127

128+
echo "Installing e1s ... "
129+
curl -sL https://raw.githubusercontent.com/keidarcy/e1s-install/master/cloudshell-install.sh | bash
130+
128131
echo "Installing Session Manager plugin ..."
129132
curl -sS "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" -o "session-manager-plugin.rpm"
130133
sudo yum -q install -y session-manager-plugin.rpm

0 commit comments

Comments
 (0)