Skip to content

Commit 9ccb96e

Browse files
committed
Use Debian 10 (buster) on docs/quickstart.md
Debian 10 is available in AWS Marketplace. We can use that on docs/quickstart.md. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 96a454b commit 9ccb96e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/quickstart.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ files into `/usr/local/bin`.
1515
1. Get an AWS account (see
1616
[this article](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/)
1717
if you need help creating one)
18-
2. Launch an i3.metal instance running Debian Stretch (you can find it in the
19-
[AWS marketplace](http://deb.li/awsmp) or on [this
20-
page](https://wiki.debian.org/Cloud/AmazonEC2Image/Stretch). If you need
21-
help launching an EC2 instance, see the
18+
2. Launch an i3.metal instance running Debian Buster (you can find it in the
19+
[AWS marketplace](https://aws.amazon.com/marketplace/pp/B0859NK4HC) or
20+
on [this page](https://wiki.debian.org/Cloud/AmazonEC2Image/Buster).
21+
If you need help launching an EC2 instance, see the
2222
[EC2 getting started guide](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html).
2323
3. Run the script below to download and install all the required components.
2424
This script expects to be run from your `$HOME` directory.
@@ -30,19 +30,17 @@ cd ~
3030

3131
# Install git, Go 1.11, make, curl
3232
sudo mkdir -p /etc/apt/sources.list.d
33-
echo "deb http://ftp.debian.org/debian stretch-backports main" | \
34-
sudo tee /etc/apt/sources.list.d/stretch-backports.list
3533
sudo DEBIAN_FRONTEND=noninteractive apt-get update
3634
sudo DEBIAN_FRONTEND=noninteractive apt-get \
37-
--target-release stretch-backports \
3835
install --yes \
3936
golang-go \
4037
make \
4138
git \
4239
curl \
4340
e2fsprogs \
4441
util-linux \
45-
bc
42+
bc \
43+
gnupg
4644

4745
cd ~
4846

0 commit comments

Comments
 (0)