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