UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 491fe960 authored by kmc-home's avatar kmc-home
Browse files

update ops_config.sh

parent de5eafaf
No related merge requests found
......@@ -65,8 +65,10 @@ for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker c
curl -fsSL https://get.docker.com | sh
docker pull alpine/ansible:latest
docker pull hashicorp/terraform:latest
docker pull pulumi/pulumi:latest
# Install pulumi
curl -fsSL https://get.pulumi.com | sh
mv ~/.pulumi/bin/* /bin/
# Install uv (Python env/package manager)
curl -LsSf https://astral.sh/uv/install.sh | sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment