From c9678a72441a408a1a2026333cc588b6c92e4817 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 18 Jul 2023 10:40:02 -0300 Subject: [PATCH] whatever --- setup.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 setup.sh diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index 774fa41..3090dd9 --- a/setup.sh +++ b/setup.sh @@ -5,6 +5,7 @@ apt update apt upgrade -y apt install -y git +rm -rf faasd git clone https://github.com/openfaas/faasd cd faasd ./hack/install.sh