@@ -15,10 +15,10 @@ files into `/usr/local/bin`.
15
15
1 . Get an AWS account (see
16
16
[ this article] ( https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/ )
17
17
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
22
22
[ EC2 getting started guide] ( https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html ) .
23
23
3 . Run the script below to download and install all the required components.
24
24
This script expects to be run from your ` $HOME ` directory.
30
30
31
31
# Install git, Go 1.11, make, curl
32
32
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
35
33
sudo DEBIAN_FRONTEND=noninteractive apt-get update
36
34
sudo DEBIAN_FRONTEND=noninteractive apt-get \
37
- --target-release stretch-backports \
38
35
install --yes \
39
36
golang-go \
40
37
make \
41
38
git \
42
39
curl \
43
40
e2fsprogs \
44
41
util-linux \
45
- bc
42
+ bc \
43
+ gnupg
46
44
47
45
cd ~
48
46
0 commit comments