Collection of Bash scripts to perform various commonly used tasks:
To install dive:
curl -fsSL https://scripts.gntouts.com/dive.sh | bash
To install tealdeer:
curl -fsSL https://scripts.gntouts.com/tldr.sh | bash
To install latest Go release:
curl -fsSL https://scripts.gntouts.com/go.sh | bash
To install specific Go version:
curl -fsSL https://scripts.gntouts.com/go.sh | bash -s go1.20
To install latest crictl release:
curl -fsSL https://scripts.gntouts.com/crictl.sh | bash
To install specific crictl
version:
curl -fsSL https://scripts.gntouts.com/crictl.sh | bash -s v1.22.0
To install latest containerd release:
curl -fsSL https://scripts.gntouts.com/containerd.sh | bash
To install specific containerd
version:
curl -fsSL https://scripts.gntouts.com/containerd.sh | bash -s 1.7.24
To install latest CNI plugins release:
curl -fsSL https://scripts.gntouts.com/cni.sh | bash
To install specific CNI plugins version:
curl -fsSL https://scripts.gntouts.com/cni.sh | bash -s 1.5.1
To install latest runc release:
curl -fsSL https://scripts.gntouts.com/runc.sh | bash
To install specific runc
version:
curl -fsSL https://scripts.gntouts.com/runc.sh | bash -s 1.2.1
To install latest kubectl release:
curl -fsSL https://scripts.gntouts.com/kubectl.sh | bash
To install specific kubectl
version:
curl -fsSL https://scripts.gntouts.com/kubectl.sh | bash -s 1.27