From adc365c2fb0ae66c9e75e2874f4da4f9855acd86 Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 21 Apr 2020 15:34:04 +0200 Subject: [PATCH] start update script --- scripts/update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/update.sh diff --git a/scripts/update.sh b/scripts/update.sh new file mode 100755 index 0000000..f7353e7 --- /dev/null +++ b/scripts/update.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +curl -L https://cloud.weave.works/k8s/2.6.2/net.yaml \ No newline at end of file