mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sudo apt-get update -y
|
|
|
|
sudo apt-get install -y jq |