Skip to content

Instantly share code, notes, and snippets.

View anfredette's full-sized avatar

Andre Fredette anfredette

  • Red Hat
  • Raleigh, NC
View GitHub Profile
sudo apt-get update
sudo apt-get -y install jq gh
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
sudo chmod +x /usr/local/bin/yq
sudo apt-get update
sudo apt-get -y install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc