Skip to content

Commit bc86da7

Browse files
committed
use aws installer for aws cli.
1 parent 32f7a2f commit bc86da7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/bootstrap.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ set -x
55
apt -y update
66
DEBIAN_FRONTEND=noninteractive apt -y install emacs-lucid openjdk-21-jre-headless rlwrap unzip leiningen git build-essential
77

8+
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
9+
unzip awscliv2.zip
10+
./aws/install
11+
812
curl -O https://download.clojure.org/install/linux-install.sh
913
chmod 755 linux-install.sh
1014
./linux-install.sh

0 commit comments

Comments
 (0)