faas/setup.sh

12 lines
174 B
Bash
Raw Permalink Normal View History

2022-07-16 19:56:35 +00:00
#!/bin/sh -x
set -e
apt update
apt upgrade -y
apt install -y git
2024-04-08 15:53:07 +00:00
apt clean -y
2023-07-18 13:40:02 +00:00
rm -rf faasd
2024-04-08 15:53:07 +00:00
git clone https://github.com/openfaas/faasd --depth 1
2022-07-16 19:56:35 +00:00
cd faasd
./hack/install.sh