summarylogtreecommitdiffstats
path: root/get_latest.sh
blob: 5902159038ad005c8799be24f8fcdc3a7feeac2c (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

pkgver="$1"
wget "https://get.gravitational.com/teleport-v${pkgver}-linux-amd64-bin.tar.gz"
wget "https://get.gravitational.com/teleport-v${pkgver}-linux-arm-bin.tar.gz"
wget "https://get.gravitational.com/teleport-v${pkgver}-linux-arm64-bin.tar.gz"

sha256sum teleport-v*-linux-*-bin.tar.gz