Skip to content

Commit

Permalink
Update start_chroot_script
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Nov 25, 2024
1 parent 571dff6 commit be04f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/cube/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be04f38

Please sign in to comment.