changed arm64 to amd64, following Debian 12 x86-64 architecture.
parent
5dd629cdbe
commit
58f92aa669
|
@ -8,7 +8,7 @@ Copy `etcd` binaries and systemd unit files to the `server` instance:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scp \
|
scp \
|
||||||
downloads/etcd-v3.4.27-linux-arm64.tar.gz \
|
downloads/etcd-v3.4.27-linux-amd64.tar.gz \
|
||||||
units/etcd.service \
|
units/etcd.service \
|
||||||
root@server:~/
|
root@server:~/
|
||||||
```
|
```
|
||||||
|
@ -27,8 +27,8 @@ Extract and install the `etcd` server and the `etcdctl` command line utility:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
{
|
{
|
||||||
tar -xvf etcd-v3.4.27-linux-arm64.tar.gz
|
tar -xvf etcd-v3.4.27-linux-amd64.tar.gz
|
||||||
mv etcd-v3.4.27-linux-arm64/etcd* /usr/local/bin/
|
mv etcd-v3.4.27-linux-amd64/etcd* /usr/local/bin/
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue