From eeb483605269e288b06d9aa8e76e0e099309db91 Mon Sep 17 00:00:00 2001 From: Robert Castley Date: Mon, 4 Nov 2024 09:37:36 +0000 Subject: [PATCH] Added wget to apt install --- local-hosting/orbstack/cloud-init.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/local-hosting/orbstack/cloud-init.yaml b/local-hosting/orbstack/cloud-init.yaml index be78bce628..c2645945a0 100644 --- a/local-hosting/orbstack/cloud-init.yaml +++ b/local-hosting/orbstack/cloud-init.yaml @@ -35,6 +35,7 @@ packages: - ca-certificates - software-properties-common - git + - wget write_files: - path: /etc/skel/.profile