We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571dff6 commit be04f38Copy full SHA for be04f38
src/modules/cube/start_chroot_script
@@ -58,7 +58,8 @@ install=(
58
dhcpcd5 # network
59
#kubectl kubeadm kubelet # kube
60
)
61
-apt install -y --allow-change-held-packages "${install[@]}"
+#apt install -y --allow-change-held-packages "${install[@]}"
62
+apt install -y "${install[@]}"
63
64
# bluetooth for treehouses remote
65
curl --silent --show-error --fail "https://raw.githubusercontent.com/treehouses/control/master/server.py" -o /usr/local/bin/bluetooth-server.py
0 commit comments