Skip to content

Collection of Bash scripts to perform various commonly used tasks

Notifications You must be signed in to change notification settings

gntouts/oneliners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

oneliners

Collection of Bash scripts to perform various commonly used tasks:


dive

To install dive:

curl -fsSL https://scripts.gntouts.com/dive.sh | bash

tldr

To install tealdeer:

curl -fsSL https://scripts.gntouts.com/tldr.sh | bash

Go

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

crictl

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

containerd

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

CNI Plugins

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

runc

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

kubectl

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

kubelet

kubeadm

About

Collection of Bash scripts to perform various commonly used tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages