Skip to content

Commit

Permalink
Fix ubuntu installer script
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham <[email protected]>
  • Loading branch information
shubham14bajpai committed Jun 8, 2022
1 parent 59fd2e9 commit 0c8018b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/installer/internal/algo/ubuntu20_4k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ modprobe overlay && modprobe br_netfilter
tar -C / -xvf "$BUNDLE_PATH/conf.tar" && sysctl --system
## installing deb packages
for pkg in cri-tools kubernetes-cni kubectl kubeadm kubelet; do
for pkg in cri-tools kubernetes-cni kubectl kubelet kubeadm; do
dpkg --install "$BUNDLE_PATH/$pkg.deb" && apt-mark hold $pkg
done
Expand Down

0 comments on commit 0c8018b

Please sign in to comment.