From a956622e1f5d230a5ffea92b23f8a3c274d5ab75 Mon Sep 17 00:00:00 2001 From: TrekkieCoder Date: Thu, 8 Feb 2024 16:43:19 +0900 Subject: [PATCH] Fixed typo in k3s-flannel-incluster-l2 cicd script --- cicd/k3s-flannel-incluster-l2/host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/k3s-flannel-incluster-l2/host.sh b/cicd/k3s-flannel-incluster-l2/host.sh index 254bc4e5..f12da9b8 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"