We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b4562 commit a4b7387Copy full SHA for a4b7387
terminal-bench-test/setup_amazon_q.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
set -e
3
+apt-get update
4
+apt-get install -y curl wget gnupg2 software-properties-common git
5
6
# Install Node.js and npm
7
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
18
20
cd amazon-q-developer-cli
19
21
npm run setup
22
-echo "Amazon Q CLI installation completed successfully"
23
+echo "Amazon Q CLI installation completed successfully"
0 commit comments