Skip to content

Commit be04f38

Browse files
authored
Update start_chroot_script
1 parent 571dff6 commit be04f38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/cube/start_chroot_script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ install=(
5858
dhcpcd5 # network
5959
#kubectl kubeadm kubelet # kube
6060
)
61-
apt install -y --allow-change-held-packages "${install[@]}"
61+
#apt install -y --allow-change-held-packages "${install[@]}"
62+
apt install -y "${install[@]}"
6263

6364
# bluetooth for treehouses remote
6465
curl --silent --show-error --fail "https://raw.githubusercontent.com/treehouses/control/master/server.py" -o /usr/local/bin/bluetooth-server.py

0 commit comments

Comments
 (0)