Skip to content

Commit a4b7387

Browse files
authored
Update setup_amazon_q.sh
1 parent 25b4562 commit a4b7387

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

terminal-bench-test/setup_amazon_q.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22
set -e
3+
apt-get update
4+
apt-get install -y curl wget gnupg2 software-properties-common git
35

46
# Install Node.js and npm
57
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
@@ -18,4 +20,4 @@ git clone https://github.com/aws/amazon-q-developer-cli.git
1820
cd amazon-q-developer-cli
1921
npm run setup
2022

21-
echo "Amazon Q CLI installation completed successfully"
23+
echo "Amazon Q CLI installation completed successfully"

0 commit comments

Comments
 (0)