diff --git a/cicd/k3s-flannel-incluster-l2/host.sh b/cicd/k3s-flannel-incluster-l2/host.sh index 254bc4e5e..f12da9b8c 100755 --- a/cicd/k3s-flannel-incluster-l2/host.sh +++ b/cicd/k3s-flannel-incluster-l2/host.sh @@ -1,3 +1,3 @@ -sudo apt-get install lksctp-tools +sudo apt-get install -y lksctp-tools sudo ip route add 123.123.123.0/24 via 192.168.90.10 echo "Host is up"