kubernetes-the-hard-way/scripts/install_jq_cli

5 lines
72 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
sudo apt-get update -y
sudo apt-get install -y jq