From be04f38306e1391805118e61912b7c7868751d98 Mon Sep 17 00:00:00 2001 From: dogi Date: Mon, 25 Nov 2024 13:59:09 -0500 Subject: [PATCH] Update start_chroot_script --- src/modules/cube/start_chroot_script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/cube/start_chroot_script b/src/modules/cube/start_chroot_script index bb2c17c..86d2943 100644 --- a/src/modules/cube/start_chroot_script +++ b/src/modules/cube/start_chroot_script @@ -58,7 +58,8 @@ install=( dhcpcd5 # network #kubectl kubeadm kubelet # kube ) -apt install -y --allow-change-held-packages "${install[@]}" +#apt install -y --allow-change-held-packages "${install[@]}" +apt install -y "${install[@]}" # bluetooth for treehouses remote curl --silent --show-error --fail "https://raw.githubusercontent.com/treehouses/control/master/server.py" -o /usr/local/bin/bluetooth-server.py